1 items

File information

Last updated

Original upload

Created by

Mr Hero

Uploaded by

Heroj04

Virus scan

Safe to use

Tags for this mod

About this mod

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.

Share
Permissions and credits
Mirrors
Changelogs
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

Download from VS Code Marketplace

GitHub

Features
  • 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)
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