Open TysonAndre opened 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.
This can be enabled, used, then cleared to report the file and line of the references (and subsequent LSP requests shouldn't re-analyze those files)
This catches a much wider range of references
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.
This can be enabled, used, then cleared to report the file and line of the references (and subsequent LSP requests shouldn't re-analyze those files)
This catches a much wider range of references