Re: Go (golang) LSP client with gopls
Juris <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <HE1P192MB0217FAD4C894DBDAD795272FD5239@HE1P192MB0217.EURP192.PROD.OUTLOOK.COM> |
It seems this is a bug material. I created new bug regarding symbol rename functionality being broken: https://bugs.kde.org/show_bug.cgi?id=449332 And looks like Organize imports also does not work for other people: https://bugs.kde.org/show_bug.cgi?id=447640 On 28.01.22 13:06, Juris Bune wrote: > Hi, > > I am looking for pointers on how to fix (configure) some of the aspects of LSP behaviour with Go and gopls (LSP implementation for Go). > > So far I struggle with: > > 1) Symbol rename via "LSP Client -> Rename" does not work > 2) "LSP Client -> Code action -> Organize imports" does not work. > 3) Somewhat related to 2) - I would appreciate possibility to configure kate so that both formatting and organize imports actions are run on save. > > I am not sure if these issues are bugs or missing features - so I would appreciate some pointers on how to approach this. > > Thanks! > Juris