Replies: 1 comment
-
Not possible currently, perhaps you can reuse some of the code of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can the provider of
lsp_references
offer an interface that allows manipulating its result lines? What I want to achieve is distinguishing whether a variable is in a read or write statement using simple rules—for example, filtering all write statements withw|
. Since this capability is currently unavailable, I implemented it myself using gtags, but gtags is less accurate than LSP. Ideally, I’d prefer to use the LSP-based approach.Beta Was this translation helpful? Give feedback.
All reactions