Sublime Forum

Monitor files in project for flags

#1

I don’t know if there is a plugin for this, I am not sure what to look for.

I would like to monitor all files associated with a project (preferably all files in the project, but I could live with just current file) for flags.

For example, I want to use the following flag:

–@@TODO Randomize Table
–@@FIX Table out of bounds

– being the comment in my current programming language (Lua)
@@TODO being the flag keyword

The end result would be a list showing

Todo:
Random Table

Fix:
Table Out of Bounds

This is something that can be done in some IDE environments, and I would like to mimic the functionality in Sublime. Ideally I want to chose what keywords are looked up but have some where I can easily see the current list. Maybe a virtual file on the left side, ideally some customized sidebar that modifies the current sidebar to add this above or below the file list.

0 Likes

#2

Something like this?

0 Likes

#3

Perfect, thanks!!

0 Likes