Currently WIP
This extension is planned to add language support for the Wonkey Programming Language to Visual Studio Code.
- Syntax highlighting
- Extension settings
- Status bar button to run application with current build settings.
- Commands palette :
wake.version: show Wake versionwake.check: check current filewake.build: build current filewake.run: run current filewake.rebuild: clean and build current filewake.rerun: clean and run current filewake.geninfo: semant and generate geninfo file
- Syntax hightligther based on geninfo (AST).
- Wonkey Language Server (WLS)
This extension contributes the following settings:
wonkey.rootPath: path to Wonkey root folderwonkey.build.apptype: specifie output application typewonkey.build.target: specifie build targetwonkey.build.config: specifie build configurationwonkey.build.verbose: enable output verbose level
WIP
wonkey.wls.customPath: custom path to the WLS (Wonkey Language Server) executable. Restart is required to take effect.wonkey.wls.enable: enable WLS (Wonkey Language Server)wonkey.wls.enableFeatures: enables specific language server features. Multiple values must be separated with a comma (,)wonkey.wls.disableFeatures: disables specific language server features. Multiple values must be separated with a comma (,)
- Syntax highlighting
- Command palette:
wake.version
Enjoy!