Skip to content

kd-lang/vscode-kdlang

Repository files navigation

Kd language support for Visual Studio Code

Provides Kd language support for Visual Studio Code.

Features

Code Editing

  • syntax highlighting
  • code snippets for quick coding

Usage

First you will need to install Visual Studio Code >= 1.40. In the command palette (Cmd+Shift+P) select Install Extensions and choose Kd. Alternatively you can install the extension from the Marketplace. Now open any .kd, .dsh, .dd file in VS Code.

Note: It is recommended to turn Auto Save on in Visual Studio Code (File -> Auto Save) when using this extension.

Commands

  • Kd: Run current file
  • Kd: Format current file
  • Kd: Build an optimized executable from current file
  • Kd: Show Kd version
  • Kd: Update KDLS
  • Kd: Restart KDLS

You can access all of the above commands from the command palette (Cmd+Shift+P).

License

MIT