You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+11
Original file line number
Diff line number
Diff line change
@@ -1080,6 +1080,17 @@
1080
1080
"type": "boolean",
1081
1081
"markdownDescription": "Specify whether to replace all the occurrences of the subtype with the new extracted interface.",
1082
1082
"default": true
1083
+
},
1084
+
"java.refactoring.rename.references": {
1085
+
"type": "string",
1086
+
"enum": [
1087
+
"auto",
1088
+
"on",
1089
+
"off"
1090
+
],
1091
+
"default": "auto",
1092
+
"markdownDescription": "Specify whether to provide diagnostics and corresponding quick fix when a symbol name is manually changed without using Rename refactoring. When set to `auto`, the diagnotics and quick fix will be provided if `java.autobuild.enabled` is set to `false`.",
0 commit comments