You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this LSP server in Neovim with nvim-cmp auto-completion. In many LSP servers, accepting an auto-completion suggestion will also insert the import at the top of the file. I do not get this with csharp-language-server so I have to trigger a code-action on the symbol to get the import. Is auto-importing supposed to work in csharp-language-server or is it a missing feature/bug?
I have used roslyn.nvim plugin before which directly uses Roslyn LSP server, and auto-imports are working in that one (without any code for that on the plugin-side AFAIK), so it seems to be possible to do with Roslyn?
The text was updated successfully, but these errors were encountered:
Hello,
I am using this LSP server in Neovim with nvim-cmp auto-completion. In many LSP servers, accepting an auto-completion suggestion will also insert the import at the top of the file. I do not get this with csharp-language-server so I have to trigger a code-action on the symbol to get the import. Is auto-importing supposed to work in csharp-language-server or is it a missing feature/bug?
I have used
roslyn.nvim
plugin before which directly uses Roslyn LSP server, and auto-imports are working in that one (without any code for that on the plugin-side AFAIK), so it seems to be possible to do with Roslyn?The text was updated successfully, but these errors were encountered: