Hoffs / omnisharp-extended-lsp.nvim

Extended 'textDocument/definition' handler for OmniSharp Neovim LSP (now also `textDocument/references`, `textDocument/implementation` and source generated files)
139 stars 17 forks source link

Omnisharp with multiple solution files #41

Open chekkan opened 1 month ago

chekkan commented 1 month ago

Is repository with multiple solution files supported with this plugin?

How would you let Omnisharp the solution path to load on a particular repository?

Hoffs commented 1 month ago

Hi, I don't really understand the second part of the question. As for the first part, I am not entirely sure if omnisharp supports multiple solutions, is there something that is not working?

Moreover, this plugin only builds on top of omnisharp-roslyn LSP and multiple solution support sounds like something that the LSP would be responsible for. If there is something that is not working specifically in relation to "go to definition" (or similar actions), let me know.