Skip to content

dag0310/tab-out

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Tab Out

Downloads Downloads Downloads Downloads

Brackets extension which allows you to use the Tab key to skip any character.

WARNING: Does not work together with other plugins which make use of the Tab key (e.g. Emmet). You could re-map the key binding of the other plugin though. Or -- if you have a Mac -- you can change the key binding to Alt+Tab under "Navigation".

Installation

Please use the Brackets Extension Manager to install this plugin.

Usage

Press the Tab key to move your cursor one position to the right when you want to skip a character.

Visual explanation

| = text cursor

  • Use the force:

    var x = "test|"

    Tab key

    var x = "test"|

  • Indent if there is just whitespace to the left of the cursor instead of jumping outside (. = whitespace):

    ....|}

    Tab key

    ........|}

About

[Brackets Extension] Use the Tab key to skip any character.

Resources

License

Stars

Watchers

Forks

Packages

No packages published