Ivan Yonchovski
Ivan Yonchovski
@ericdallo seems like lsp-dart does not work on 26.3
> Debugger entered--Lisp error: (void-function rx-let) Ah, it is dart-mode actually causing the trouble.
placeholders are yet to be supported - if you want to use company-yasnippet you have to set the company-backends to something like `(company-capf :with company-yasnippet)`
`((company-capf :with company-yasnippet))` not `(company-capf :with company-yasnippet)`
as per protocol, putting `:noDebug t` in the template should do.
You may use something like https://www.emacswiki.org/emacs/HideLines to hide the stuff that you do not want. As a side note, I am planning to implement treelike view for the symbols in...
I am not ivy user, this one claims to fix the issue - https://github.com/emacs-lsp/lsp-java/pull/150
> lsp-java-update-project-configuration This will refresh the pom.xml data but is pretty much no longer needed since latest version of lsp-java tracks automatically the pom.xml changes. > lsp-java-build-project This will produce...
It is something that has to be implemented on our side, but definitely possible(unless it is a proprietary feature/debug adapter).
have you tried M-x dap-ui-repl?