lv37 / zed-v

V (Vlang) support for the Zed editor.
MIT License
11 stars 3 forks source link

Integrated v-analyzer #4

Closed Avey777 closed 5 months ago

Avey777 commented 5 months ago

https://github.com/vlang/v-analyzer

It would be nice if v-analyzer could be integrated into zed-v. We only need to download the plugin and the rest will be done automatically.

Avey777 commented 5 months ago

image Can't go to difinition

lv37 commented 5 months ago

The extension already tries to download v-analyzer from GitHub Releases. But it fails to find binaries for some systems that are not listen on v-analyzer's release page (for example: it fails to download it on aarch64 Linux). If that happens you should just install it manually and make it sure it's in your PATH.

lv37 commented 5 months ago

Can't go to difinition

That's probably a bug in v-analyzer itself since it also sometimes doesn't work on VSCode. You should probably report that issue on their github repo