Skip to content

vlang/vls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLS - V Language Server

Early alpha.

Build with: v .

Copy the binary to /tmp/vls2. Later it will be configurable via the extension settings.

Doesn't work on Windows yet, but it's easy to make it work.

Building the vscode vls extension

cd vscode-extension
npm install
npm run build

You should get a vls-{version}.vsix file.

Or download the vsix file from here:

https://github.com/vlang/vls/releases/download/0.1/vls-0.0.1.vsix

In VS Code run Extensions: Install from VSIX...

Features

Instant errors

image

Go to definition

gddemo.mov

Autocomplete for module functions

image

Information about function parameters

image

Autocomplete for struct fields and methods

image