All Projects → vlang → Vscode Vlang

vlang / Vscode Vlang

Licence: mit
V Language extension for Visual Studio Code.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Vlang

Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (-25.79%)
Mutual labels:  vscode, snippets, syntax-highlighting
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (+128.95%)
Mutual labels:  vscode, snippets, extension
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (+39.47%)
Mutual labels:  vscode, snippets, syntax-highlighting
Snipsnap
The ultimate snippets collection for VS Code
Stars: ✭ 840 (+342.11%)
Mutual labels:  vscode, snippets, extension
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-16.32%)
Mutual labels:  vscode, extension, themes
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-94.74%)
Mutual labels:  vscode, snippets, syntax-highlighting
Vscode Matlab
MATLAB support for Visual Studio Code
Stars: ✭ 114 (-40%)
Mutual labels:  snippets, extension
Foundationextension
Foundation/Cocoa/UIKit extension kit. Reference document:
Stars: ✭ 115 (-39.47%)
Mutual labels:  snippets, extension
Nook
🎹🐻 Nook is a Chrome/Firefox extension that plays Animal Crossing hourly themes.
Stars: ✭ 133 (-30%)
Mutual labels:  extension, themes
Vscode Mjml
This repo is archived. MJML preview, lint, compile for Visual Studio Code.
Stars: ✭ 138 (-27.37%)
Mutual labels:  vscode, extension
Syntax Highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
Stars: ✭ 88 (-53.68%)
Mutual labels:  vscode, syntax-highlighting
Rocketseat Vscode Reactjs Snippets
Rocketseat ReactJS snippets for Visual Studio Code Editor
Stars: ✭ 136 (-28.42%)
Mutual labels:  vscode, snippets
Omi Snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Stars: ✭ 149 (-21.58%)
Mutual labels:  vscode, snippets
Vuerd Vscode
ERD Editor vscode extension
Stars: ✭ 95 (-50%)
Mutual labels:  vscode, extension
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (-52.63%)
Mutual labels:  snippets, syntax-highlighting
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-30.53%)
Mutual labels:  vscode, snippets
Vscode Nestjs Snippets
💥 Vscode NestJS Code Snippets
Stars: ✭ 88 (-53.68%)
Mutual labels:  vscode, snippets
Nvcode
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 6,714 (+3433.68%)
Mutual labels:  snippets, vscode
Vscodethemes
Themes for Visual Studio Code
Stars: ✭ 155 (-18.42%)
Mutual labels:  vscode, themes
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (-11.05%)
Mutual labels:  vscode, extension

V language support for Visual Studio Code

Version Installs GitHub Workflow Status

Provides V language support for Visual Studio Code.

Table of Contents

Preview

First demo screenshot

Features

Code Editing

  • Code Snippets for quick coding.
  • Format code on file save as well as format manually (using v fmt).
  • Linter (Workspace files only).

Testing

  • Run Tests under the cursor, in current file, in current package, in the whole workspace using either commands or codelens.

Others

  • Upload to the V Playground.
  • Upload to the DevBits V Playground.

Usage

You will need to install Visual Studio Code >= 0.26. In the command palette (Cmd+Shift+P) select Install Extension and choose V. You can also install the extension from the Marketplace. Open any .v, .vh, .vsh 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: Build an optimized executable from current file
  • V: Show help info
  • V: Show V version
  • V: Test current file
  • V: Test current package
  • V: Upload and share current code to V playground

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].