David Delarosa

Results 4 comments of David Delarosa

Hi, Thanks for your feedback. We'll concertedly look into that issue next week. In the mean time, it will be best if you can supply more information: - What operating...

An LSP is somewhat different than an autocomplete provider. It actually has to implement the features of the protocol - so the end result might give both results from `clangd`...

> Hi @xdavidel / @xquilt `cscope_lsp` can only support following actions if implemented - > > ``` > vim.lsp.buf.incoming_calls() [callHierarchy/incomingCalls] > vim.lsp.buf.outgoing_calls() [callHierarchy/outgoingCalls] > vim.lsp.buf.definition() [textDocument/definition] > vim.lsp.buf.references() [textDocument/references] >...

> @xdavidel / @xquilt > > I have implemented `definition` support. > > Try it out and provide feedback > > https://github.com/dhananjaylatkar/cscope_lsp That was quick. Will try that ASAP. P.S:...