Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
/ brackets-tab-tags Public archive

Brackets extension to automatically add a tab when pressing ENTER into a HTML or XML tag.

Notifications You must be signed in to change notification settings

bryanjhv/brackets-tab-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Tab tags

A very simple Brackets extension to add a newline and tab between HTML or XML tags, like Aptana Studio 3 does it, and enhance behavior with JavaScript and PHP parentheses.

How To Use

Simply code and if your cursor is between allowed indentation characters (>< in HTML/XML or () in JavaScript/PHP) then when you press ENTER it will be converted to:

<tag>
    |
</tag>
function my_function(
  |
) {}

About

Brackets extension to automatically add a tab when pressing ENTER into a HTML or XML tag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published