1.0.0 • Published 1 year ago

vscode-ssh-config-enhanced v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

SSH Config Editing Enhanced

ssh

Enhanced SSH Config Language Server extension for Visual Studio Code. Provides autocompletion, syntax highlighting, formatting, go to include file definitions and hover support for SSH config directives.

Features

  • Autocompletion: Provides suggestions as you type in an SSH config file
  • Better syntax highlighting
  • Hover support: You can hover over a keyword to see a brief description of what it does
  • Works with the ms-vscode-remote.remote-ssh-edit extension
  • Formatting directives by 2 spaces after each Host and Match

Formatting Example:

Host jamief-rn
HostName ssh.example.com
User jamief
Port 22
IdentityFile ~/.ssh/mykey

Becomes:

Host jamief-rn
  HostName ssh.example.com
  User jamief
  Port 22
  IdentityFile ~/.ssh/mykey
1.0.0

1 year ago