Syntax highlighting for .nip pickit files in vscode
Provides error checking on save and while typing
Provides tab completion of properties, stats, and ids
Only tested with dark theme, but should work with others
Visit https://marketplace.visualstudio.com/items?itemName=theBGuy.vsnip-check
Or...
- Open Visual Studio Code and hit (Ctrl + Shift + X) or Open the Extensions tab
- Search for vsnip-check
- Hit install then enjoy
Download the latest .vsix file from releases
Click on the Extensions icon on the Activity Bar on the side of the editor
Click the ... icon in the Extensions view, then click on "Install from VSIX..."
Select the .vsix file you want to install and click the "Open" button
Or...
Move the entire folder to your extensions folder which should be here:
Windows: %USERPROFILE%\.vscode\extensions
macOS: $HOME/.vscode/extensions
Linux: $HOME/.vscode/extensions
Enjoy!