An extension to provide Visual Studio Code language support for EvScript files (.ev
) used by Pokemon BDSP.
Based off the amazing work done with ev-as by @z80rotom
- Syntax Highlighting
- Snippets for known ev commands
- Built in commands for Parsing and Assembling EvScripts
- Hover Information for EvCmd Descriptions
- Signature Help for EvCmd Parameters
- Basic Syntax Linting (Disabled by default currently)
Some features such as Hover Information and using the built in commands require some pre-requisets to be installed on your computer
git
python
- Settings Available in VSCode Settigns menu to enable message validation during assembly
- Enable Features Individually
- Allow Using Custom
ev_scripts.json
- Lint just opened editors or your entire workspace
No currently known issues.