-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
gopls code lenses unsupported? #7957
Copy link
Copy link
Open
Labels
A-language-serverArea: Language server clientArea: Language server clientA-pluginArea: Plugin systemArea: Plugin systemC-enhancementCategory: ImprovementsCategory: Improvements
Metadata
Metadata
Assignees
Labels
A-language-serverArea: Language server clientArea: Language server clientA-pluginArea: Plugin systemArea: Plugin systemC-enhancementCategory: ImprovementsCategory: Improvements
Summary
I can't seem to get the codelenses for Go to work with Helix.
Is this a scenario where this functionality is blocked by a lack of plugins?
Reproduction Steps
Here's the snippet from my languages.toml (more in the recording below):
https://asciinema.org/a/BDk7gg56D56mfuDMLBn65xiRF
Helix log
~/.cache/helix/helix.log
These are from me just spamming trying to figure out if I need to toggle the lens somehow. In VSCode I believe you toggle the lens on the package. ``` 2023-08-15T17:18:16.596 helix_view::editor [ERROR] editor error: No code actions available 2023-08-15T17:18:17.507 helix_view::editor [ERROR] editor error: No code actions available 2023-08-15T17:18:18.847 helix_view::editor [ERROR] editor error: No code actions available ```Platform
macOS
Terminal Emulator
kitty 0.29.2
Helix Version
helix 23.05 (0a45fb4)