GithubHelp home page GithubHelp logo

tab-out's Introduction

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

    ........|}

tab-out's People

Contributors

brackets-io avatar dag0310 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

brackets-io

tab-out's Issues

Breaks tabbing in the Replace-Dialog

With your extension enabled, I can no longer use tab to jump between the Find... and Replace with... fields of the Replace- and Replace-in Dialogs.

JSON validation error while enabling ALT + TAB on mac

After choosing TabOut from Navigate menu, I am getting error that keymap.json cannot be validated.

{
    "documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
    "overrides": {
        ["keys": "enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
        { "key": "following_text", "operator": "regex_contains", "operand": "^)\"\\]]", "match_all": true },
        { "key": "auto_complete_visible", "operator": "equal", "operand": false }

    }

}

Above auto generated code which causes issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.