Results 884 comments of Ivan Yonchovski

Yeah, I am not saying that it is not possible. I am just saying that we have to provide something like a recipe - do this and that, and you...

> collapsed and expanded icons are not used. The unicode chars are hard-coded. The issue with expanded/collapsed icons is that there are theme-specific - they have a dark theme and...

How can we understand that the new state with fewer elements is not a "good state"?

And what happens if the user has actually deleted those elements and they are selected? We will show a stale view for 20 seconds clicking on which will yield an...

you know that there is flycheck version which shows only the errors for the current buffer? Indeed, it makes sense to have a command lsp-treemacs-errors-list-focus-file. Then user could configure that...

we have to add the ability to filter, I guess somewhere in `lsp-treemacs--symbols->tree`

> When I call ccls-call-hierarchy, the *LSP Lookup* window does not get focus. How can I make it get the focus? The original idea of not taking the focus was...

> is there an option or how can I do it? We should enable minor mode in these buffers to make customizations like that possible.

FTR you can have global binding for `kill-buffer-and-window`(like spacemacs do) which will work in this case

IMO the solution should be external to lsp-mode/lsp-treemacs using the hooks/functions that are exposed by lsp-mode/lsp-treemacs. What you have described is a personal preference(in a good sense) which could vary....