coc-java-debug icon indicating copy to clipboard operation
coc-java-debug copied to clipboard

Readme improvements

Open dansomething opened this issue 4 years ago • 2 comments

  • [ ] Add note regarding possible slow startup times. #20
  • [ ] Illustrate roughly how it works. #3
  • [ ] Link to a full working example
  • [ ] Possibly update "adapters" config? #14
  • [ ] Add note regarding no multi-session support. #16
  • [ ] Improve profiles documentation? #7
  • [ ] Add note regarding hot code replacement. #9 #31

dansomething avatar May 03 '21 01:05 dansomething

Hello, thank you for creating this plug-in the quest for a debugging experience as convenient as IntelliJ's. I did not fully get to what extent this depends on Coc (in view of newer alternatives like lsp)?

Konfekt avatar Nov 01 '24 17:11 Konfekt

Hello, thank you for creating this plug-in the quest for a debugging experience as convenient as IntelliJ's. I did not fully get to what extent this depends on Coc (in view of newer alternatives like lsp)?

This plugin uses Coc for convenience when interacting with the Java language server and for creating a simple user interface. For example, it is used to execute LSP commands. This could be done with any LSP integration for Vim/Nvim, but it's very easy with Coc. There's also the main method selection user interface. That could be implemented in other ways, but Coc also makes it so easy. This whole plugin is intended to be the simplest solution to glue the pieces together. See Readme#Goals

dansomething avatar Nov 03 '24 22:11 dansomething