Hoffs / omnisharp-extended-lsp.nvim

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

Source generated file support #19

Closed Hoffs closed 6 months ago

Hoffs commented 1 year ago

resolves #18 resolves #11 resolves #28

Hoffs commented 1 year ago

need to test on windows before merging

Hoffs commented 1 year ago

windows paths hard ( https://github.com/neovim/neovim/issues/23006 ), try to rely on vim.uri_to_bufnr

Hoffs commented 6 months ago

Probably ready to merge, need to reincorporate #30