1 repository
Tools for capturing uncaught errors and logs specifically to troubleshoot editor extensions.
Distinct from Extensible Debugging Interfaces: Distinct from general extensible debugging: specifically targets the troubleshooting of a plugin's internal logic.
Explore 1 awesome GitHub repository matching development tools & productivity · Plugin Debugging Interfaces. Refine with filters or upvote what's useful.
coc.nvim is a Node.js extension host and Language Server Protocol client that transforms Vim and Neovim into a full integrated development environment. It provides a framework for executing JavaScript and TypeScript plugins within a separate process to enable advanced IDE features without blocking the editor's main thread. The project is distinguished by its ability to host extensions and language servers through a centralized JSON configuration. It supports the installation and lifecycle management of third-party extensions from registries or local files, allowing users to customize language
Captures uncaught errors and log output through dedicated channels or a web-debugger to troubleshoot plugins.