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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Features
29
29
* Code/Source actions / Refactoring
30
30
* Javadoc hovers
31
31
* Organize imports
32
+
- triggered manually or on save
33
+
- when pasting code into a java file with `Ctrl+Shift+v` (`Cmd+Shift+v` on Mac).
32
34
* Type search
33
35
* Code outline
34
36
* Code folding
@@ -117,8 +119,8 @@ The following settings are supported:
117
119
*`java.codeGeneration.toString.limitElements`: Limit number of items in arrays/collections/maps to list, if 0 then list all. Defaults to `0`.
118
120
*`java.selectionRange.enabled`: Enable/disable Smart Selection support for Java. Disabling this option will not affect the VS Code built-in word-based and bracket-based smart selection.
119
121
120
-
New in 0.52.0:
121
-
*"Organize imports" is triggered when pasting code into a java file with `Ctrl+Shift+v` (`Cmd+Shift+v` on Mac).
122
+
New in 0.54.0:
123
+
*`java.maven.updateSnapshots`: Force update of Snapshots/Releases.
0 commit comments