-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Language Server Protocol, Reference Support #684
Comments
Created by: benfry Yes please, thanks! |
Created by: Efratror @benfry could you please explain what I missed in my previous pr regarding the style sheet? I had read it before placing the pr but clearly I misunderstood some parts of it. Thanks in advance |
Created by: benfry The main one was things like if(optionalJavaOffset.isEmpty()){ which should read if (optionalJavaOffset.isEmpty()) { but I'd have to check if there were others. Perhaps it wasn't much? |
Created by: Efratror aha thanks, i will try doing better for this PR😊 |
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
I'm willing to implement this, please assignee me if you're ok with this idea.
The text was updated successfully, but these errors were encountered: