Visual Studio Code version 1.27.2
Find all References
only list references in the current file
.
I need to find all references across files in a project.
Is it possible ?
Something like find usages
If you right click a symbol
and select "find usages". If the current symbol is a function
, then "find usages" searches for all places where this function is called. If the current symbol is a variable
, then "find usages" searches for all places where this variable is used etc etc.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…