/rech-editor-batch

Edit Batch files with Visual Studio Code

Primary LanguageTypeScriptMIT LicenseMIT

Edit Batch files with Visual Studio Code

This extension provides Language Server for Windows batch scripts. Besides, it also provides useful snippets for these files.

Go to/peek definition

It's possible to peek definition of a label or go directly to it's declaration.

'Label definition' Label definition

Peek references

You can peek all references of a label or a variable. The search scope is only the current file. In other words: it does not look for a variable on other batch scripts.

Label: 'Label references' Label references

Variable: 'Variable references' Variable references

Rename

It's also possible to rename labels and variables.

Label: 'Label rename' Label rename

Variable: 'Variable rename' Variable rename