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
an improvement that would be nice is that the matching files wouldn't be strictly sorted alphabetically, but if a candidate definition is found in the current file, then the current file would be put at the top as the first candidate.
I've had this situation when there are multiple java classes with the same function, for instance sendMessage(). And if I'm in NetworkConnector for instance, then most likely I want NetworkConnector.findMessage(), not FileConnector.sendMessage(), with otherwise also exist. And despite the fact that FileConnector is before NetworkConnector in the alphabet.
thank you again for the plugin!
The text was updated successfully, but these errors were encountered:
this plugin is very useful, thank you very much!
an improvement that would be nice is that the matching files wouldn't be strictly sorted alphabetically, but if a candidate definition is found in the current file, then the current file would be put at the top as the first candidate.
I've had this situation when there are multiple java classes with the same function, for instance
sendMessage()
. And if I'm inNetworkConnector
for instance, then most likely I wantNetworkConnector.findMessage()
, notFileConnector.sendMessage()
, with otherwise also exist. And despite the fact thatFileConnector
is beforeNetworkConnector
in the alphabet.thank you again for the plugin!
The text was updated successfully, but these errors were encountered: