1.0.0 • Published 2 years ago
vscode-ssh-config-enhanced v1.0.0
SSH Config Editing Enhanced

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-editextension - 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/mykeyBecomes:
Host jamief-rn
HostName ssh.example.com
User jamief
Port 22
IdentityFile ~/.ssh/mykey1.0.0
2 years ago