vscode-vlang
vscode-vlang copied to clipboard
V Language extension for Visual Studio Code.
V language support for Visual Studio Code
Provides V language support for Visual Studio Code.
Preview

Features
Code Editing
- syntax highlighting
- code snippets for quick coding
Others
- upload to the DevBits V playground.
Usage
First you will need to install Visual Studio Code >= 1.40.
In the command palette (Cmd+Shift+P) select Install Extensions and choose V.
Alternatively you can install the extension from the Marketplace.
Now open any .v, .vsh, .vv 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
V: Run current fileV: Format current fileV: Build an optimized executable from current fileV: Show V versionV: Open current code on DevBits V playgroundV: Update VLSV: Restart VLS
You can access all of the above commands from the command palette (Cmd+Shift+P).
License
MIT