Skip to content
Where new products land first

terminal-code

VS Code inside the terminal

Dev Tools21h ago
Category
Dev Tools
Language
English
Listed
21h ago

terminal-code runs a full VS Code window inside a terminal emulator, so the editor sits in the same pane as the shell it belongs to. The command is tode. Plain tode opens the current folder, tode with a file path opens that file, tode --goto jumps to a line and column, tode --diff compares two files, and tode --split right puts the editor in a split pane to the right. tode --ssh runs the whole thing on a remote server, and tode --import carries settings, keybindings, snippets and extensions over from a VS Code compatible editor.

Install is one shell line from tode.sh on macOS and Linux, with a separate Windows command. There is no new editor engine here: the project is code-server, which is VS Code in a browser, combined with terminal-browser, which is a browser in the terminal.

Like this product?