Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlang/vscode-vlang
V Language extension for Visual Studio Code.
https://github.com/vlang/vscode-vlang
extension snippets syntax-highlighting themes v vlang vscode
Last synced: 1 day ago
JSON representation
V Language extension for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/vlang/vscode-vlang
- Owner: vlang
- License: mit
- Created: 2019-06-03T20:13:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T12:49:38.000Z (over 1 year ago)
- Last Synced: 2025-01-13T15:12:06.459Z (8 days ago)
- Topics: extension, snippets, syntax-highlighting, themes, v, vlang, vscode
- Language: TypeScript
- Size: 3.06 MB
- Stars: 387
- Watchers: 32
- Forks: 51
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - vscode-vlang - V Language extension for Visual Studio Code. (Other / Editor plugins)
README
# V language support for Visual Studio Code
[![Version](https://vsmarketplacebadge.apphb.com/version/vlanguage.vscode-vlang.svg)](https://marketplace.visualstudio.com/items?itemName=vlanguage.vscode-vlang)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/vlanguage.vscode-vlang.svg)](https://marketplace.visualstudio.com/items?itemName=vlanguage.vscode-vlang)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vlang/vscode-vlang/ci.yml?branch=master)](https://github.com/vlang/vscode-vlang/actions/)Provides [V language](https://vlang.io) support for Visual Studio Code.
## Preview
![First demo screenshot](./images/demo.png)
## Features
### Code Editing
- syntax highlighting
- code snippets for quick coding## Usage
First you will need to install [Visual Studio Code][vs-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][market-ext-link].
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 file`
- `V: Format current file`
- `V: Build an optimized executable from current file`
- `V: Show V version`
- `V: Update VLS`
- `V: Restart VLS`You can access all of the above commands from the command palette (`Cmd+Shift+P`).
## License
[MIT](./LICENSE)
[vs-code]: https://code.visualstudio.com/
[market-ext-link]: https://marketplace.visualstudio.com/items?itemName=vlanguage.vscode-vlang