-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Auto complete import error display #9230
Replies: 2 comments · 6 replies
-
Writing the file would likely get rid of it. This is on go's lsp's side. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Run hx -v repeat the steps and report the logs |
Beta Was this translation helpful? Give feedback.
All reactions
-
~/.cache/helix/helix.log
|
Beta Was this translation helpful? Give feedback.
All reactions
-
@kirawi any news? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry, I forgot about this until now. It looks like the LSP continues to send the same diagnostics so I think it's an issue on their side. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I guess you have to restart the language server by using |
Beta Was this translation helpful? Give feedback.
All reactions
This discussion was converted from issue #9220 on January 03, 2024 22:39.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
After code action

go get package_name
, the error is still showingReproduction Steps
I tried this:
hx
autocomplete import and then
Perform code action -> go get package_name
I expected this to happen:
Import error is not displayed.
Instead, this happened:
The error is still showing.
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
iterm2
Installation Method
brew
Helix Version
helix 23.10 (f6021dd)
Beta Was this translation helpful? Give feedback.
All reactions