-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Search only in specific node types like files or classes #78
Comments
+1 by mail |
Comment from duplicate issue #339
|
+1 by reddit |
Can we raise the priority for this? Lack of usable search means I dont use SourceTrail inspite of paying for it. |
Yes, it's in high demand and shouldn't be too hard to add. I think I can make it work. |
How about generalizing this to an API/SDK to interact with the underlying graph. If the following two APIs existed then the tool would be very useful for me a. Visitation API for the graph for a given project. User can subclass some visitor and override things like visit_function, visit_struct, visit_file, visit_namespace etc. API would be applied top down. Ie if an overridden visit_file returns false for a given filename then nothing from that file would be visited. |
Implemented with 2017.3.32 There are filter keywords for symbol types within the search autocompletion list now. E.g. selecting I'm closing this issue now, but opened other issues for the additional suggestions: |
Now available in release 2017.3.48 |
Is there some way to enter into filter mode purely by typing text? I can pick filter from dropdown but things of form class: foo dont work. |
You will only see classes containing the letters |
Add filter syntax to search bar which allows for only searching within files, classes, etc.
The text was updated successfully, but these errors were encountered: