Find usages
You can find usage of attribute arguments like KEYWORD
, LEMMA
, SYNCON
, etc.
To find the usages of a symbol in rules files:
- Right-click the symbol in the code and choose Find Usages.
Or:
- Put the cursor on the symbol and press
Alt+F7
.
The IntelliJ IDEA Find tool window will appear.
Info
By default, usages are found only in opened files.
Select Edit > Find Usages > Find Usages Settings on the main menu for more options.
For example, you can find the usages of syncon 100083437
as the argument of ANCESTOR
attributes:
To repeat a recent usages search select Edit > Find Usages > Recent Find Usages on the main menu,
For more information about finding usages see the IntelliJ IDEA documentation.