Created by: Efratror
Description
Add a feature for supporting references to the LS
Expected Behavior
References are supported by the PDE (find usage). So it would be nice to have it for the server as well
Current Behavior
Only finding declarations is supported at the moment
Your Environment
Possible Causes / Solutions
- Add static function "searchReference" to the "pdeSymbolFinder" class
- Use it to find all references using the AST,
- Send (found) references back to the LS-client
I'm willing to implement this, please assignee me if you're ok with this idea.