Hirse/brackets-outline-list

Feature request: Fake pragma mark

Opened this issue · 4 comments

Know those handy pragma marks you can use in applications like Xcode that show op in the outliner? It really helps to group your functions and make searching through them easier. Could this be implemented with maybe a default comment pattern like a triple forward slash or something? Thanks!

Hirse commented

As I don't use XCode, I don't know what are pragma marks.
Can you maybe give an example and/or an image how it should look like?

Here's a quick example. I also put in an example of a comment feature I stumbled upon using the // TODO: comment in Xcode

screen shot 2015-04-30 at 12 55 17

Hirse commented

Thanks for the example, I will see what I can do.

There is already a very nice extension to show TODO's: Brackets Todo

Thanks you and nice TODO tip! :D