java - How can I set the default Scope in IntelliJ 12 for Find Usages? -


i've returned intellij after long hiatus android development i'm getting used again. problem have example when want see class being used, you'd position caret in class declaration , issue cmdaltf7 (on mac os x) find usages, returning stuff mapping.txt , seeds.txt .java results, , tho can set defaults doing shiftcmdaltf7 , un-tick the: search text occurrences , change scope project files custom scope (for example), these options are not saved when invoke find usages again.

does know of way personalize find usages it's more close eclipse do? (i.e., find real usages instead of text search occurrences).

reporting future: behaviour described in question has been implemented (intellij issue mentioned in comments).

to configure cmdaltf7 run in default scope, start running against symbol

usages found

clicking on wrench icon, 1 can select 1 of pre-defined scopes, or create new 1 (using ... button).

list of scopes

the + creates new scope. find folder in look, , click include recursively. , voila!

create scope

any consequent searches use scope until changed.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -