vscode-vlang icon indicating copy to clipboard operation
vscode-vlang copied to clipboard

No intellisense working at all

Open grab-a-byte opened this issue 2 years ago • 2 comments

I have installed V on windows using the instructions from "Installing V from source" at https://github.com/vlang/v/blob/master/doc/docs.md#installing-v-from-source .

I have installed the plugin in VSCode and create a new V project using the "v new" command and opened the folder in VSCode.

Upon trying to use any intellisense (such as getting the type name of a sum type as shown here https://github.com/vlang/v/blob/master/doc/docs.md#sum-types) there is no intellisense at all.

image

Just a list of things already used or defined.

I have tried running VSCode as admin but insure what else to try. When trying to run the "Update VLS" command I am simply given a error which states

Spawning v ls --json --update...
Error: spawn v ENOENT

Unsure if this is relevant and what I am missing for this to work. Any help would be much appreciated.

grab-a-byte avatar Feb 03 '23 17:02 grab-a-byte

Any news or update on this?

grab-a-byte avatar Mar 15 '23 21:03 grab-a-byte

vls is unstable unfortunately

intellij v is much better, but we'll make vls just as stable

will take a couple of months though

medvednikov avatar Mar 15 '23 22:03 medvednikov