-
Notifications
You must be signed in to change notification settings - Fork 42
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
Tab #42
Comments
This is already possible, you can configure it in the settings (see #24) |
Any way around it conflicting with regular Tab (as in, I can't tab to create indentation)? |
Hey, bumping this because I'd be interested in a fix - I'm used to using Tab on every other text-editor. |
Got it. document.replaceRange(" ", pos); That's it ) |
Thanks @gle6s that worked for me. Any chance this fix or something like it could end up in the core code? |
If you want the tab to do a tab instead of a space change it to:
|
hmm.. if you have multiple lines selected and click tab, it will only tab over the first line. |
Can you enable an option like in Emmet plugin for brackets to use Tab ? very useful to do things like
log 'test' (Tab)
The text was updated successfully, but these errors were encountered: