Skip to content

Commit a6d9320

Browse files
committed
Mention lsp-java-type-hierarchy in the docs
1 parent 3c42942 commit a6d9320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Minimal configuration with [company-capf](https://github.com/company-mode/compan
109109
* `lsp-java-generate-equals-and-hash-code` - Generate `equals` and `hashCode` methods.
110110
* `lsp-java-generate-overrides` - Generate method `overrides`
111111
* `lsp-java-generate-getters-and-setters` - Generate getters and setters.
112+
* `lsp-java-type-hierarchy` - Open type hierarchy. Use prefix arg to specify the type of the hierarchy.
112113
#### Refactoring
113114
LSP Java provides rich set of refactorings via [Eclipse JDT Language Server](https://projects.eclipse.org/projects/eclipse.jdt.ls) code actions and
114115
some of them are bound to Emacs commands:
@@ -304,7 +305,7 @@ When particular file is not part of imported project [Eclipse JDT Language Serve
304305

305306
* How do I change the version of java used by LSP?
306307

307-
Have a look at `~/.emacs.d/workspace/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml`. If you updated your local java path and want LSP to use the new version, try removing the `~/.emacs.d/workspace/` directory and relaunch LSP. Also see [#114](https://github.com/emacs-lsp/lsp-java/issues/114).
308+
Have a look at `~/.emacs.d/workspace/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml`. If you updated your local java path and want LSP to use the new version, try removing the `~/.emacs.d/workspace/` directory and relaunch LSP. Also see [#114](https://github.com/emacs-lsp/lsp-java/issues/114).
308309
If you have multiple java JDK versions installed and want to change the version of java used by LSP, also need to set `lsp-java-configuration-runtimes`. An example for setting `lsp-java-configuration-runtimes`:
309310

310311
```lisp

0 commit comments

Comments
 (0)