8000 GitHub - stevesteve/sublime-tagify: Put tags in your code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stevesteve/sublime-tagify

 
 

Repository files navigation

Tagify

Working in Sublime Text 3. Probably in ST2 too. Add tags to your code. Put anywhere in your code #@tagname to create tag "tagname".

Python:

#@todo
def someUnfinishedFunction():
    pass

JS:

// #@tag

HTML:

<!-- #@tag -->

To gather summary press Ctrl+Shift+P and run Tagify: Get tag list command. File names are links! Using Ctrl+t you can bring menu with common and recently used tags.

Installation

Clone this repo into packages or search in package control.

About

Put tags in your code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0