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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ The following commands are available:
59
59
-`Java:Force Java compilation` (`Shift+Alt+B`): manually triggers compilation of the workspace.
60
60
-`Java:Organize imports` (`Shift+Alt+O`): Organize imports in the currently opened Java file.
61
61
-`Java:Open Java formatter settings`: Open the Eclipse formatter settings. Creates a new settings file if none exists.
62
+
-`Java:Clean the Java language server workspace`: Clean the Java language server workspace.
62
63
63
64
Supported VS Code settings
64
65
==========================
@@ -90,6 +91,9 @@ The following settings are supported:
90
91
*`java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
0 commit comments