vls
vls copied to clipboard
Typing println does not show up on the auto complete list
Problem Description
I created a new vlang project and typed in println
though nothing appears at all
Expected Output
println
should appear
Actual Output
println
does not appear
Steps to Reproduce
type println
anywhere
@Nukiloco Can you show the VSCode output of the V Language Server? It should show the location of your V folder (VROOT).
Builtin types and functions won't show if VLS cannot detect the V installation directory.
@Nukiloco Can you show the VSCode output of the V Language Server? It should show the location of your V folder (VROOT).
Builtin types and functions won't show if VLS cannot detect the V installation directory.
I just set the installation directory just now.
Upon doing this though, after restarting vls and vscode, println
is still not showing up.
Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.