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.adoc
+10
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,16 @@ Once the configuration file is created, configure your IDE to use it:
268
268
269
269
270
270
271
+
=== Visual Studio Code
272
+
The Visual Studio Code extension provides custom formatter support for Microsoft Visual Studio Code.
273
+
The extension using the [`DocumentFormattingEditProvider`](https://code.visualstudio.com/api/references/vscode-api#DocumentFormattingEditProvider) API.
274
+
Once installed it may be activated by using the "`Format Document`" action available in the editor context menu or from the Command Palette.
275
+
276
+
To install the extension select "`Install from VSIX`" in the extensions panel and choose the `spring-javaformat-vscode-extension` vsix file.
277
+
You can download the latest version from https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-vscode-extension/{release-version}[Maven Central].
278
+
279
+
280
+
271
281
=== About the Conventions
272
282
Most of the coding conventions and style comes from the Spring Framework and Spring Boot projects.
273
283
Spring Framework manually formats code, where as Spring Boot uses automatic formatting.
0 commit comments