Extension for editing Apex Interface Defintion Language (IDL) documents inside VS Code.
This extension provides the following language features:
- Syntax highlighting
- Completions
- Parsing and validation checks
- Go to definition
- Run
npm installin this folder. This installs all necessary npm modules in both the client and server folder - Open VS Code on this folder.
- Press Ctrl+Shift+B to compile the client and server.
- Switch to the Debug viewlet.
- Select
Launch Clientfrom the drop down. - Run the launch config.
- If you want to debug the server as well use the launch configuration
Attach to Server - In the [Extension Development Host] instance of VSCode, open a document in 'Apex' language mode.
- Run
vsce packageto generateapexlang-{semver}.vsix. - Install the
.vsixfile in VS Code using theInstall from VSIX...option under theExtensionsview (three dots dropdown).