Results 884 comments of Ivan Yonchovski

@vspinu the problem is that the lsp api works by file+position and cannot accept symbol. I am considering rebinding xref-find-definition to lsp-find-definition in lsp-mode-map.

You still need java-mode-map since a lot of the commands are java specific and it does not make sense to put them in lsp-mode-map unless you do not plan to...

> Well, of course. My suggestion was to provide an example of a java-mode-map configuration with all the functionality currently available, even better a separate configuration or a function which...

@YumiSuki you are using boot integration as well, right?

Thank you for the feedback. > Also isn't there a truly "native" option to debug c and c++ with out having to download visual studio code extensions and installing nodejs?...

You may check https://emacs-lsp.github.io/lsp-mode/tutorials/CPP-guide/ it has some notes about debugger setup.

> So not entirely sure what else should I have set up? I can see both lldb-server and lldb-vscode are in my $PATH. Can you check the content of stderr...

Hm, afaics the default is under `~/.vscode/extensions`, maybe @danielmartin can explain why the default is not poiting to `lldb-vscode` assuming that it is on the path. @ville-h I guess something...

> Should the default template ask me to set some of these values? dap-lldb-debugged-program-function is configurable and defaults to the current buffer, you can change it to whatever you want....

> I personally use `dap-debug` calls with an already populated template. in combination with `dap-debug-last` which makes the picking of the template less important.