Skip to content

a VScode extension to find hard coded C-style strings in your file

Notifications You must be signed in to change notification settings

RezKashani/zigilfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zigil Finder

a string literal ('Zigil') highlighter.

strings wrapped in quotation (both single and double), template strings (using back-ticks) 'Zigils' are being highlighted and shown in ruler. just like errors etc.

this helps the Internationalization process of your files when you want to replace hard coded strings with the output of your favorite i18n engine.

Features

Color Theme aware

highlight colors are according to light and dark themes:

Dark Theme:

dark theme

Light Theme:

light theme

Zigil Count

number of Zigils are shown in status bar:

status bar

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install zigil-finder

Release Notes

this is my first extension! be nice to me!

0.0.3

changed highlight colors for better readablity

0.0.2

  • added support for template strings
  • removed starting notification

0.0.1

Initial release

Help!

this project is hosted on Github, you can help make it better by contributing to it

Zigil Finder on Github

About

a VScode extension to find hard coded C-style strings in your file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published