maciej-zuk / sublime-tagify

Put tags in your code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

News

  • 24 march 2017 - you can custimize tag re, also plaintext files support added

About

Put tags in your code


Languages

Language:Python 100.0%