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
tar xf /tmp/jdt-latest.tar -C ~/.emacs.d/eclipse.jdt.ls/server/
35
36
```
37
+
### Spacemacs
38
+
[lsp-java](https://github.com/emacs-lsp/lsp-java) is included in spacemacs (for now only on the dev branch). If you are using the development version of
39
+
spacemacs you can simply add `(java :variables java-backend 'lsp)` to `dotspacemacs-configuration-layers`.
36
40
37
41
### Install LSP Java
38
42
The recommended way to install LSP Java is via `package.el` - the built-in package
@@ -112,6 +116,7 @@ Minimal configuration with [company-lsp](https://github.com/tigersoldier/company
112
116
| lsp-rename | Rename symbol at point |
113
117
| lsp-describe-thing-at-point | Display help for the thing at point. |
114
118
| lsp-goto-type-definition | Go to type definition |
119
+
| lsp-goto-implementation | Go to implementation |
115
120
| lsp-workspace-restart | Restart project |
116
121
| lsp-format-buffer | Format current buffer |
117
122
| lsp-symbol-highlight | Highlight all relevant references to the symbol under point. |
0 commit comments