Charly Koch
Charly Koch
Hi @amirbilu, I've just tested it still not work for me. Can't copy or paste with the keyboard shortcuts. I'm on MacOS using the latest 13c957d plugin commit. Configured as...
Nice suggestion! I had this same doubt and did some investigation some weeks ago. My scenario is that, in my team there is people using Rider or VS with resharper....
> ## Update > Randomly stumbled over this while messing around with integrating roslyn into my plugin so users get lsp out of the box. If you control the command...
> For the curious people. It can be tested in preview > > * easy-dotnet.nvim branch: `feat/roslyn-lsp` > * server: `dotnet tool install --global EasyDotnet --version 2.2.29-alpha.5` > * client...
Tested the custom analyzer_assemblies with server version 2.3.0 and easy-dotnet.nvim 4bb2593 (latest `feat/roslyn-lsp`) with: ```lua lsp = { enabled = true, analyzer_assemblies = { vim.fn.expand('~') .. "/.dotnet-analyzers/sonaranalyzer.csharp/analyzers/SonarAnalyzer.CSharp.dll" }, roslynator_enabled =...