-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Description
I'm using codequery with Java and I'm wondering whether there is a way to find implementations of an interface. is there a way to do this with one of the search parameters? none of them appear to map to that explicitly (I assume since ctags isn't Java-specific/focused), but one of these should work, right? Is there a search that might include the results I'm looking for, plus extra stuff, that I can do extra filtering down on? worst case scenario i feel like a symbol search on 'implements*{interface-name}' should work but looking for something other than that