Provides Kd language support for Visual Studio Code.
- syntax highlighting
- code snippets for quick coding
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.
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
).