Skip to content

Commit 73f8c05

Browse files
committed
Implemented java dependency browser.
1 parent e3e049c commit 73f8c05

36 files changed

+262
-9
lines changed

README.org

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
11
* Table of Contents :TOC_4_gh:noexport:
22
- [[#summary][Summary]]
3-
- [[#commands][Commands]]
3+
- [[#views][Views]]
4+
- [[#lsp-treemacs-errors-list][lsp-treemacs-errors-list]]
5+
- [[#commands][Commands]]
6+
- [[#screenshot][Screenshot]]
7+
- [[#lsp-treemacs-symbols-list][lsp-treemacs-symbols-list]]
8+
- [[#screenshot-1][Screenshot]]
9+
- [[#lsp-treemacs-symbols-list-1][lsp-treemacs-symbols-list]]
10+
- [[#commands-1][Commands]]
11+
- [[#screenshot-2][Screenshot]]
412

513
* Summary
6-
Integration between ~lsp-mode~ and ~treemacs~ .
14+
Integration between ~lsp-mode~ and ~treemacs~ .
715

8-
* Commands
9-
- ~lsp-treemacs-errors-list~ - displays tree like error list structure.
10-
[[file:screenshots/error-list.png]]
11-
- ~lsp-treemacs-quick-fix~ or press ~x~ when you are in Error List view - offer quickfixes for the error at point.
12-
- ~lsp-treemacs-symbols-list~ - displays symbols information.
13-
[[file:screenshots/symbols-list.gif]]
16+
* Views
17+
** lsp-treemacs-errors-list
18+
Displays tree like error list structure.
19+
*** Commands
20+
*** Screenshot
21+
[[file:screenshots/error-list.png]]
22+
- ~lsp-treemacs-quick-fix~ or press ~x~ when you are in Error List view - offer quickfixes for the error at point.
23+
** lsp-treemacs-symbols-list
24+
Displays symbols information.
25+
*** Screenshot
26+
[[file:screenshots/symbols-list.gif]]
27+
** lsp-treemacs-symbols-list
28+
Browse java dependencies, namespaces, files, etc.
29+
*** Commands
30+
- ~lsp-treemacs-java-deps-follow~ - select the current editor in the dependency
31+
- ~lsp-treemacs-java-deps-refresh~ - refresh the view. Bound to ~r~.
32+
*** Screenshot
33+
[[file:screenshots/dependencies.gif]]

icons/vscode/classfile.png

506 Bytes
Loading

icons/vscode/default_folder.png

352 Bytes
Loading
504 Bytes
Loading
643 Bytes
Loading
749 Bytes
Loading

icons/vscode/error.png

602 Bytes
Loading

icons/vscode/file_type_class.png

654 Bytes
Loading

icons/vscode/file_type_jar.png

721 Bytes
Loading

icons/vscode/folder-open.png

591 Bytes
Loading

0 commit comments

Comments
 (0)