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
Right now, InteroUses behaves no differently than searching naively. If I wanted this, I'd search for the identifier myself. This adds a couple of problems:
Noise in the buffer (hlsearch is set by default)
False positives (even strings in comments are selected)
The text was updated successfully, but these errors were encountered:
Better yet, provide an option for it. If it hardcodes one it might conflict with other plugins (e.x. linters). And so far from my testing, it only return usages for the current file. Maybe I'm missing something?
Ah also provide an option for customizing auto-open behavior :)
Right now,
InteroUses
behaves no differently than searching naively. If I wanted this, I'd search for the identifier myself. This adds a couple of problems:hlsearch
is set by default)The text was updated successfully, but these errors were encountered: