▲ | 63stack 6 days ago | |||||||
Don't IDEs use DAP as well? That would mean neovim has 1:1 feature parity with IDEs when it comes to debugging. I understand the UI/UX might need some customization, but it's not like the defaults in whatever IDE fit everyone either. Popup context windows for docs are super good in neovim, I would make a bet that they are actually better than what you find in IDEs, because they can use treesitter for automatic syntax highlighting of example code. Not sure what you mean with further interaction. Contextual buttons are named code actions, and are available, and there are like 4 minimap plugins to choose from. | ||||||||
▲ | viraptor 6 days ago | parent [-] | |||||||
> That would mean neovim has 1:1 feature parity with IDEs when it comes to debugging. How do I get a memory graph with custom event markers overlayed on it then? That's the default for VS for example. | ||||||||
|