Skip to content
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

CodeLens for Interfaces #257

Merged
merged 1 commit into from
Jul 24, 2017
Merged

CodeLens for Interfaces #257

merged 1 commit into from
Jul 24, 2017

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Jul 11, 2017

Fixes eclipse-jdtls/eclipse.jdt.ls#99

I have added the java.implementationsCodeLens.enabled property, false by default.
To enable the codeLens implementors, you have to add the following:

"java.implementationsCodeLens.enabled": true

The implementations will be shown for interfaces and abstract classes.

Requires eclipse-jdtls/eclipse.jdt.ls#301

Signed-off-by: Snjezana Peco snjezana.peco@redhat.com

package.json Outdated
@@ -106,6 +106,11 @@
"default": true,
"description": "Enable/disable the references code lens."
},
"java.implementationsCodeLens.enabled": {
"type": "boolean",
"default": false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering whether we should enable it by default.
@gorkem ?

@fbricon
Copy link
Collaborator

fbricon commented Jul 11, 2017

Can you please also update the readme, to describe the new preference key?

@snjeza snjeza force-pushed the issue-99 branch 4 times, most recently from 60feb5d to 5d68577 Compare July 12, 2017 20:02
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants