An extension for Visual Studio Code that adds language support for BDSP's internal event scripting language EvScript. Adds AutoComplete, Snippets, Hover Info, Basic Linting and more.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Disable Linting by default until ev_Scripts has been updated
[1.5]
EvCmd Signature Help Provider
Support for Named Flags and Works
Hovers Display both
Commands available to convert between each
EvScript Linting Diagnostics Provider
Better token regex
[1.4.1]
Fixed the extension breaking if git or python wasnt installed
Improved Directory Structure
[1.4]
Implement a Hover provider that displays descriptions for EvCmds
[1.3]
Command Palette commands for parsing and assembling ev_scripts using ev-as
Configuration Options to enable message validation during ev-as assembly
[1.3.1]
Change Activation back to commands
[1.2]
Support Named Work, Flags, SysFlags and Commands
[1.2.1]
Fix matching of named values in cases where name was similar to or part of another name
[1.2.2]
More Generic Matching of for commands, work and flags. (No Need to explicitly name every possible option)
[1.2.3]
Support Auto Indenting after Labels
[1.1]
Snippets for all known ev commands
[1.0]
Initial release
Basic Syntax Highlighting
Macro Labels
Function Commands
Command Parameters
Flags
System Flags
Work
Numbers
Strings
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
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)
Additional requirements Some features such as Hover Information and using the built in commands require some pre-requisites to be installed on your computer
git
python
Configuration
Settings Available in VSCode Settings menu to enable message validation during assembly
Enable Features Individually
Allow Using Custom `ev_scripts.json`
Lint just opened editors or your entire workspace
Known Issues
Not all commands have correct descriptions and arguments filled out