-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a config option to exclude declaration from LSP references #6886
feat: add a config option to exclude declaration from LSP references #6886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I erpsonally prefer turning this off so it's nice to have a config option for this 👍
Personally, I'd like to have this option disabled by default. Because we have the |
There was some discussion about this in #5344 I personally also prefer the option to be disabled but I think @the-mikedavis and @archseer prefer the current default. I think it might be a difference of people who come from vscode/nvim vs intellij. At the end of the day this is personal preference and I think both are fine defaults. It's pretty easy to change so I don't think it's that important what the default is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah actually one more minor thing
54f1e8c
to
d0240eb
Compare
thanks, all! |
…elix-editor#6886) * feat: added the config option to exclude declaration from reference query Fixes: helix-editor#5344 * fix: review * fix: review
…elix-editor#6886) * feat: added the config option to exclude declaration from reference query Fixes: helix-editor#5344 * fix: review * fix: review
…elix-editor#6886) * feat: added the config option to exclude declaration from reference query Fixes: helix-editor#5344 * fix: review * fix: review
Fixes: #5344