Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs style tabbing #39

Open
hobbs opened this issue Dec 29, 2016 · 1 comment
Open

Emacs style tabbing #39

hobbs opened this issue Dec 29, 2016 · 1 comment

Comments

@hobbs
Copy link

hobbs commented Dec 29, 2016

Is there a way to have emac's styling tabbing? In emacs instead of inserting a tab, it sets the indentation on that line to the correct spot:
screencast 2016-12-29 at 11 30 35 am

@sammy44nts
Copy link
Contributor

It might be something like finding a keybinding for the following command:

{ "key": "ctrl+k ctrl+f",
  "command": "editor.action.formatSelection",
  "when": "editorHasDocumentFormattingProvider && editorHasSelection && editorTextFocus && !editorReadonly"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants