dhananjaylatkar / cscope_lsp

LSP server using cscope
MIT License
2 stars 0 forks source link

Definitions won't return if the symbol doesn't have an import directive within the same file #1

Open kqvanity opened 5 months ago

kqvanity commented 5 months ago

When goto the definition of a certain function/Class, it would return no results if that function isn't explicitly imported (For instance generally accessible functions within a module). Even if it were to return results, they usually are plain string matches (I know this is not a full-fledged LSP for a language, but I think Github offers such functionality)

Opened the issue out here as requested. Thanks for the effort.

dhananjaylatkar commented 4 months ago

Hi @xquilt

please paste the logs here. does cscope plugin return results for same query?