Plugin for scripting language daScript
- Install extension directly from Visual Studio Marketplace
- Download daScript from github repository GaijinEntertainment/daScript
- Set path to compiler in daScript settings section
- Debugger
- Code diagnostics
- Code completion
- Hover hints
- Go to definition
- Go to type definition
- Snippets
- Semantic highlighting
- Inlay hints (type name hint, parameter name hint, return type hint)
- run
npm install
in 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 Client
from the drop down - Run the lauch config
- If you want to debug the server as well use the launch configuration
Attach to Server
Run into a bug? Report it here.