|
1 | 1 | * Table of Contents :TOC_4_gh:noexport: |
2 | 2 | - [[#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]] |
4 | 12 |
|
5 | 13 | * Summary |
6 | | - Integration between ~lsp-mode~ and ~treemacs~ . |
| 14 | + Integration between ~lsp-mode~ and ~treemacs~ . |
7 | 15 |
|
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]] |
0 commit comments