vls icon indicating copy to clipboard operation
vls copied to clipboard

Typing println does not show up on the auto complete list

Open Nukiloco opened this issue 3 years ago • 2 comments

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 avatar Oct 29 '21 07:10 Nukiloco

@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.

nedpals avatar Nov 09 '21 01:11 nedpals

@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.

orlcVqe3k6

Nukiloco avatar Nov 09 '21 11:11 Nukiloco

Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.

JalonSolov avatar Jul 03 '23 16:07 JalonSolov