The C/C++ extension for Visual Studio Code provides language support for C and C++ programming, including IntelliSense-powered code editing, navigation, and debugging capabilities. It enables syntax highlighting, code completion, hover information, and error checking for C and C++ source files, along with features like semantic colorization, symbol search, and call hierarchy exploration. The extension offers comprehensive debugging support for C/C++ programs, including launching debug sessions with breakpoints, stepping through code, and inspecting variables. It supports debugging multi-threa
Edit remote files in Neovim with full LSP and TreeSitter support. This plugin runs language servers directly on remote machines while keeping your editing experience completely local, giving you the best of both worlds: responsive editing with full language features.
Develop inside docker containers, just like VSCode
Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container
Real-time pair programming and collaborative editing for Neovim, inspired by VS Code Live Share.
The main features of azratul/live-share.nvim are: Remote Development.
Open-source alternatives to azratul/live-share.nvim include: microsoft/vscode-cpptools — The C/C++ extension for Visual Studio Code provides language support for C and C++ programming, including… esensar/nvim-dev-container — Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container. inhesrom/remote-ssh.nvim — Edit remote files in Neovim with full LSP and TreeSitter support. This plugin runs language servers directly on remote… jamestthompson3/nvim-remote-containers — Develop inside docker containers, just like VSCode. miversen33/netman.nvim — Neovim (Lua powered) Network Resource Manager. niuiic/remote.nvim — Edit remote files locally.