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

emacs-tab

emacs-tab

|
496 installs
| (1) | Free
emacs like tab behavior
This extension is now unpublished from Marketplace. You can choose to uninstall it.

emacs-tab

screencast

This plugin provides emacs-tab.reindentCurrentLine command, which indents like emacs behavior. This is a bug fixed version of vscode-emacs-tab, which does not appear to be maintained anymore. This version will autodetected whitespace for tabs and the tab size. This version will also work properly with CRLF files.

The behavior is as follows:

  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
© 2021 Microsoft