You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about allowing the users to trigger the plugin only when in the current function scope, rather than showing all the references for all functions in a buffer? I find that having a code lens with references is fantastic, however it may sometimes clutter the screen (and slow down scrolling and movements, probably due to extensive treesitter parsing); as such, a great quality-of-life improvement would be to only show the code lens for the function my cursor is in.
Likewise, a similar option could be to trigger to toggle the lens on CursorHold and then re-toggle it off automatically when the cursor moves (or similar mechanics).
The text was updated successfully, but these errors were encountered:
Thank you for the great plugin, it is awesome!
What do you think about allowing the users to trigger the plugin only when in the current function scope, rather than showing all the references for all functions in a buffer? I find that having a code lens with references is fantastic, however it may sometimes clutter the screen (and slow down scrolling and movements, probably due to extensive treesitter parsing); as such, a great quality-of-life improvement would be to only show the code lens for the function my cursor is in.
Likewise, a similar option could be to trigger to toggle the lens on
CursorHold
and then re-toggle it off automatically when the cursor moves (or similar mechanics).The text was updated successfully, but these errors were encountered: