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
This starts up the language server and it listens on port 5007
10
10
Use STS or a dedicated instance of VSCode to launch `org.springframework.ide.vscode.boot.app.BootLanguageServerBootApp` in run or debug mode (or another Language Server app)
11
11
12
-
@ Connect local STS4 Boot Java LS to VSCode
12
+
@ Connect local Spring Tools Java LS to VSCode
13
13
14
14
You should run the extension from vscode as a 'runtime workbench' with some small changes.
15
15
@@ -31,15 +31,15 @@ Save, then launch by pressing `F5`.
31
31
This connects the VSCode extension to the locally running language server.
32
32
It also uses port 5007
33
33
34
-
## Connect local STS4 Boot Java LS to Eclipse runtime workbench
34
+
## Connect local Spring Tools Java LS to Eclipse runtime workbench
35
35
36
-
Startup Eclipse or STS (3). I.e something that support for RCP / plugin development.
36
+
Startup Eclipse or the Spring Tools for Eclipse distriution. I.e something that support for RCP / plugin development.
37
37
38
-
Define a recent nightly STS 4 build as your target platform.
38
+
Define a recent nightly Spring Tools for Eclipse build as your target platform.
39
39
40
40
Import the projects under `eclipse-language-servers` into your workspace.
41
41
42
-
Startup a runtime workbench of the Eclipse STS4 distribution
42
+
Startup a runtime workbench of the Spring Tools for Eclipse distribution
43
43
The language server plugin is: org.springframework.tooling.boot.java.ls
44
44
Add Vmargs: `-Dboot-java-ls-port=5007`
45
45
This lets the Eclipse language server extension connect to the locally running language server on port 5007
@@ -49,17 +49,14 @@ This lets the Eclipse language server extension connect to the locally running l
49
49
- Generic editor source code (used by lsp4e as a dependency): https://github.com/eclipse/eclipse.platform.text
50
50
Not sure which version of this you should checkout, it probably depends on your version of Eclipse as this is part
51
51
of the eclipse platform.
52
-
- LSP4E source code: clone gir repo and import: https://git.eclipse.org/r/lsp4e/lsp4e and import the projects into your workspace.
52
+
- LSP4E source code: clone git repo at https://github.com/eclipse-lsp4e/lsp4e and import the projects into your workspace.
53
53
- LSP4J source code: Add the LSP4J-SDK feature to your target platform. We have usually versions from this in our builds:
0 commit comments