Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 890 Bytes

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