vlang / vscode-vlang

V Language extension for Visual Studio Code.
MIT License
385 stars 51 forks source link

No intellisense working at all #512

Closed grab-a-byte closed 3 weeks ago

grab-a-byte commented 1 year ago

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 commented 1 year ago

Any news or update on this?

medvednikov commented 1 year ago

vls is unstable unfortunately

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

will take a couple of months though