Skip to content

Commit eea85dd

Browse files
committed
[Dependencies] Initial version of java dependency explorer
1 parent f407a9a commit eea85dd

21 files changed

+213
-281
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,9 @@ some of them are bound to Emacs commands:
113113
* `lsp-java-create-local` - Create local refactoring
114114
* `lsp-java-extract-method` - Extract method refactoring
115115
* `lsp-java-add-import` - Add missing import
116-
#### Treemacs
117-
__NOTE__ It works only when using Eclipse Che Language Server.
118-
119-
[lsp-java](https://github.com/emacs-lsp/lsp-java) provides experimental integration with [treemacs](https://github.com/Alexander-Miller/treemacs) which provides option to navigate through package dependecies, namespaces, classes and resources.
120-
* `lsp-java-treemacs-register` activates [lsp-java](https://github.com/emacs-lsp/lsp-java)/[treemacs](https://github.com/Alexander-Miller/treemacs) integration.
121-
* `lsp-java-treemacs-unregister` deactivates [lsp-java](https://github.com/emacs-lsp/lsp-java)/[treemacs](https://github.com/Alexander-Miller/treemacs) integration.
122-
* `lsp-java-update-project-uris` refresh the project URIs.
123-
#### Classpath browsing
124-
__NOTE__ It works only when using Eclipse Che Language Server.
125-
126-
[lsp-java](https://github.com/emacs-lsp/lsp-java) the command `lsp-java-classpath-browse` which allows users to browse the structure of current projects classpath. From that view the users could go to the particular item.
127-
![Classpath](images/classpath.png)
116+
#### Dependency viewer
117+
* `lsp-java-dependency-list` - View java dependencies
118+
128119
#### STS4 Integration (experimental)
129120

130121
LSP java has integration with [STS4](https://github.com/spring-projects/sts4/) providing the following functionality.

icons/vscode/classfile.png

506 Bytes
Loading

icons/vscode/folder-open.png

591 Bytes
Loading

icons/vscode/folder.png

357 Bytes
Loading

icons/vscode/icon-create.png

406 Bytes
Loading

icons/vscode/icon-flat.png

617 Bytes
Loading

icons/vscode/icon-hierarchical.png

759 Bytes
Loading

icons/vscode/icon-link.png

551 Bytes
Loading

icons/vscode/icon-refresh.png

1.22 KB
Loading

icons/vscode/icon-unlink.png

822 Bytes
Loading

0 commit comments

Comments
 (0)