Code Editor : Visual Studio

Installation

install it by running:

sudo snap install --classic code

Remote Development

  • Remote Development Extension Pack
    # Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
    ext install ms-vscode-remote.vscode-remote-extensionpack
    
  • Quick start: Using SSH keys ```shell export USER_AT_HOST=”your-user-name-on-host@hostname” export PUBKEYPATH=”$HOME/.ssh/id_rsa.pub”

ssh-copy-id -i “$PUBKEYPATH” “$USER_AT_HOST” ```

Integrated Terminal

Use the Ctrl+` keyboard shortcut with the backtick character.

Markdown