regal icon indicating copy to clipboard operation
regal copied to clipboard

feat: enable `regal/startDebugging` LSP method in Neovim

Open rinx opened this issue 1 year ago • 1 comments

Refs: neovim/nvim-lspconfig#3354

I created a pull request to nvim-lspconfig, it adds an LSP handler for regal/startDebugging method to regal default config. Then, in this pull request, I'd like to enable regal/startDebugging method in Neovim to use Debug codelens feature.

Demo: nvim-debug-codelens

I'm also planning to write an Neovim handler for regal/showEvalResult. I'll send a PR about it later.

rinx avatar Oct 05 '24 04:10 rinx

Wow, that looks amazing! 😻

anderseknert avatar Oct 05 '24 07:10 anderseknert

In this pull request, I added Neovim to allow list of debug codelens feature. However, I think it is better to allow users to control which feature is enabled. I'm going to close this pull request and send another pull request to allow users to pass initialization options to enable debug codelens and select evaluate codelens output methods.

rinx avatar Oct 06 '24 06:10 rinx