Smirnov Oleksandr

Results 12 comments of Smirnov Oleksandr

Hi! :wave: 1. About adding the JSON to Go struct converter, I think about it many times, and I'll add that in the future! 2. About the "return generator" I...

Your tried to install the not existent plugin, use this instead of your way: ```lua use "kyazdani42/nvim-web-devicons" ``` It's will work, I hope :smile:

Sorry, i can't understand what you are saying. If you mean lsp symbols outline, then i don't think this is what i want to add to the plugin because there...

oh, i see. i was thinking about implementing something like that and it is on my task list, eventually, i will implement that.

Thank you @rew1nter, I don't think that I had noticed that this error could appear because of a non-saved file. I will implement pre-save for it

I think for this purpose might be used LSP rename feature of `gopls` and it would be same as `gorename`.

I know about it, and I know that it is annoying. I could implement the logic to run `:LspRestart` after commands such as `:GoGet`/`:GoMod`. And as I understood through fast...

currently, the plugin doesn't support adding tags on multiple structs simultaneously. I will implement this feature in the future, but not soon. Currently, I'm working on refactoring this plugin

sorry for the long time that it took me to review the PR. thank you so much PR

thank you for the PR, and sorry for the long wait