Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-emacs-tabNew to Visual Studio Code? Get it now.

vscode-emacs-tab

garaemon

|
4,875 installs
| (4) | Free
emacs like tab behavior
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-emacs-tab

screencast

This plugin provides emacs-tab.reindentCurrentLine command, which indents like emacs behavior.

  1. Always indent a line to the same level
  2. Move the cursor to the first character if cursor is in the leading white spaces.

In order to change 'tab' key behavior, please write the following lines in your keybindings.json.

{
  "key": "tab",
  "command": "emacs-tab.reindentCurrentLine",
  "when": "editorTextFocus"
}
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft