Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emacs-lsp/lsp-treemacs
lsp-mode :heart: treemacs
https://github.com/emacs-lsp/lsp-treemacs
emacs emacs-lsp treemacs
Last synced: 3 months ago
JSON representation
lsp-mode :heart: treemacs
- Host: GitHub
- URL: https://github.com/emacs-lsp/lsp-treemacs
- Owner: emacs-lsp
- License: gpl-3.0
- Created: 2019-02-03T05:09:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T21:41:39.000Z (7 months ago)
- Last Synced: 2024-05-01T11:36:38.746Z (6 months ago)
- Topics: emacs, emacs-lsp, treemacs
- Language: Emacs Lisp
- Size: 2.57 MB
- Stars: 382
- Watchers: 16
- Forks: 45
- Open Issues: 53
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
[[https://github.com/emacs-lsp/lsp-treemacs/actions][file:https://github.com/emacs-lsp/lsp-treemacs/workflows/CI/badge.svg]]
[[https://melpa.org/#/lsp-treemacs][file:https://melpa.org/packages/lsp-treemacs-badge.svg]]
[[https://stable.melpa.org/#/lsp-treemacs][file:https://stable.melpa.org/packages/lsp-treemacs-badge.svg]]* Table of Contents :TOC_4_gh:noexport:
- [[#summary][Summary]]
- [[#synchronization][Synchronization]]
- [[#views][Views]]
- [[#lsp-treemacs-errors-list][lsp-treemacs-errors-list]]
- [[#commands][Commands]]
- [[#screenshot][Screenshot]]
- [[#lsp-treemacs-symbols][lsp-treemacs-symbols]]
- [[#screenshot-1][Screenshot]]
- [[#lsp-treemacs-referenceslsp-treemacs-implementations][lsp-treemacs-references/lsp-treemacs-implementations]]
- [[#screenshot-2][Screenshot]]
- [[#lsp-treemacs-call-hierarchy][lsp-treemacs-call-hierarchy]]
- [[#screenshot-3][Screenshot]]
- [[#lsp-treemacs-type-hierarchy][lsp-treemacs-type-hierarchy]]
- [[#lsp-treemacs-deps-list][lsp-treemacs-deps-list]]
- [[#commands-1][Commands]]
- [[#screenshot-4][Screenshot]]* Summary
Integration between [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]] and [[https://github.com/Alexander-Miller/treemacs][treemacs]] and implementation of treeview controls using [[https://github.com/Alexander-Miller/treemacs][treemacs]] as a tree renderer.
* Synchronization
To enable bidirectional synchronization of lsp workspace folders and [[https://github.com/Alexander-Miller/treemacs][treemacs]] projects.
#+begin_src emacs-lisp
(lsp-treemacs-sync-mode 1)
#+end_src
* Views
** lsp-treemacs-errors-list
Displays tree like error list structure.
*** Commands
*** Screenshot
[[file:screenshots/error-list.png]]
- ~lsp-treemacs-quick-fix~ or press ~x~ when you are in Error List view - offer quickfixes for the error at point.
** lsp-treemacs-symbols
Displays symbols information.
*** Screenshot
[[file:screenshots/symbols-list.gif]]
** lsp-treemacs-references/lsp-treemacs-implementations
Display references/implementations using tree view:
*** Screenshot
[[file:screenshots/references.gif]]** lsp-treemacs-call-hierarchy
Display call hierarchy. Use =C-u M-x lsp-treemacs-call-hierarchy= to display outgoing call hierarchy.
*** Screenshot
[[file:screenshots/call-hierarchy.gif]]
** lsp-treemacs-type-hierarchy
Display type hierarchy.
** lsp-treemacs-deps-list
Browse java dependencies, namespaces, files, etc.
*** Commands
- ~lsp-treemacs-java-deps-follow~ - select the current editor in the dependency
- ~lsp-treemacs-java-deps-refresh~ - refresh the view. Bound to ~r~.
*** Screenshot
[[file:screenshots/dependencies.gif]]