Results 884 comments of Ivan Yonchovski

> I remember at least mouse interface integration and rendering an extension as already expanded - tell me all about them. Let me think about this. The major PITA was...

> * Calling the normal callback with a special value like `(:async-error error-message-string)` I don't have a preference either but let's pick this one since it is closer to what...

IMO option to group them by project will be useful too . As a side note, you may need to solve the multiple roots issue, right?

Are you planning to nest buffers in the treemacs view or they will be in a separate window? If you have separate window IMO you will need multiple roots.

@Alexander-Miller > That will be very relevant for you @yyoncho if you still plan to migrate dap's visuals to treemacs (or does tree-mode do the job?). Yes, but this is...

@zozowell I generally discourage using lsp-ui-doc in tui. Can you do M-x lsp-describe-thing-at-poing as check if it is still red? If it is, can you do M-x describe-face over it?

Thank you, I will test and let you know.

@simurgh9 can you test with clean install(delete elpa dir, restart emacs install them again)?

> I'm not sure where to start either, so let's try asking the other side. @yyoncho what do you think of this? To me actually sounds like initializing extension before...

If generating language specific checkers is the way to go, I think that we could fix that on lsp-mode side, it does not seem to be very hard(although it will...