-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/tools/gopls: add Kate editor to list of supported editors #69739
Comments
Related Issues and Documentation (Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Feel free to send a PR following the guideline linked in the page. If there is no extra configuration or plugin installation necessary, that's great! @golang/tools-team If we want to catalog all the editors, I think community-maintained wiki page makes more sense. https://go.dev/wiki/IDEsAndTextEditorPlugins |
Related Issues and Documentation (Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
You are right, it makes no sense 😄 |
Hey @rubencaro, are you sure Kate works out of the box with gopls?
I understand the need for Would appreciate some help! Thank you. |
@mstarodub it just works for me. This is for an isolated go file in /tmp: Default settings from Kate. |
gopls version
All
go env
What did you do?
I visited the "Editors" section of gopls README.
Here https://github.com/golang/tools/tree/master/gopls#editors
What did you see happen?
Kate was not listed as a supported editor.
What did you expect to see?
Kate listed as one of the supported editors, with a link to the main page https://kate-editor.org/
Kate is a venerable editor. I was using it for way over a decade now! It supports
gopls
(many LSP servers actually) out of the box since long ago, I don't even remember when anymore :). I use it daily together withgopls
. I would totally expect it to be there in the list.I actually noticed that it states "To get started with gopls, install an LSP plugin in your editor of choice."
This case would be a bit different, because there is no plugin needed. It just works out of the box. Maybe we should also change the text to something like "To get started with gopls, you may need to install an LSP plugin in your editor of choice."
Editor and settings
No further config needed. Works out of the box.
Logs
No response
The text was updated successfully, but these errors were encountered: