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

Find references to fields via getters/setters #1646

Merged
merged 1 commit into from
Oct 14, 2020

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Oct 7, 2020

Copy link
Member

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

@fbricon should we wait a day for results of https://twitter.com/VSCodeJava/status/1314145144791236608 , or are you fine with disabled by default ?

Change looks fine to me overall.

@rgrunber rgrunber self-requested a review October 9, 2020 13:22
@rgrunber
Copy link
Member

rgrunber commented Oct 9, 2020

Whoops, meant to re-review myself. @snjeza I think this is fine to merge. We can always revisit the default value at a later time.

README.md Outdated Show resolved Hide resolved
README.md Outdated
@@ -171,6 +171,9 @@ The following settings are supported:
* `java.templates.fileHeader`: Specifies the file header comment for new Java file. Supports configuring multi-line comments with an array of strings, and using ${variable} to reference the [predefined variables](https://github.com/redhat-developer/vscode-java/wiki/Predefined-Variables-for-Java-Template-Snippets).
* `java.templates.typeComment`: Specifies the type comment for new Java type. Supports configuring multi-line comments with an array of strings, and using ${variable} to reference the [predefined variables](https://github.com/redhat-developer/vscode-java/wiki/Predefined-Variables-for-Java-Template-Snippets).

New in 0.68.0:
* `java.references.includeGetterSetter`: Include getter, setter and builder/constructor when finding references.
Copy link
Collaborator

Choose a reason for hiding this comment

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

java.references.includeAccessors

Copy link
Collaborator

Choose a reason for hiding this comment

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

default to true.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
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.

3 participants