TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Support "find all references" #187

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

https://code.visualstudio.com/docs/extensionAPI/language-support#_find-all-references-to-a-symbol

Phan's dead code detection already has the capability to track references.