vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
86 stars 9 forks source link

analyzer: add module index paths and wrapper module path as code block #102

Closed get200 closed 2 months ago

get200 commented 2 months ago

1.Module index path is missing

When the VMODULES environment variable is defined, other module paths need to be added to the index so that lsp can parse them correctly.

2.Module path is escaped incorrectly