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-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,11 @@ The following settings are supported:
87
87
*`java.format.settings.profile` : Optional formatter profile name from the Eclipse formatter settings.
88
88
*`java.format.comments.enabled` : Includes the comments during code formatting.
89
89
*`java.format.onType.enabled` : Enable/disable on-type formatting (triggered on `;`, `}` or `<return>`).
90
-
91
-
*New in 0.28.0:*
92
90
*`java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
@@ -110,7 +111,7 @@ This is an open source project open to anyone. Contributions are extremely welco
110
111
111
112
For information on getting started, refer to the [CONTRIBUTING instructions](CONTRIBUTING.md).
112
113
113
-
Continuous Integration builds can be installed from http://download.jboss.org/jbosstools/jdt.ls/staging/. Download the most recent `java-<version>.vsix` file and install it by following the instructions [here](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
114
+
Continuous Integration builds can be installed from http://download.jboss.org/jbosstools/jdt.ls/staging/. Download the most recent `java-<version>.vsix` file and install it by following the instructions [here](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
114
115
Stable releases are archived under http://download.jboss.org/jbosstools/static/jdt.ls/stable/.
115
116
116
117
Also, you can contribute your own VSCode extension to enhance the existing features by following the instructions [here](https://github.com/redhat-developer/vscode-java/wiki/Contribute-a-Java-Extension).
0 commit comments