Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Feature request: Fake pragma mark #39

Open poof86 opened 9 years ago

poof86 commented 9 years ago

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 9 years ago

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?

poof86 commented 9 years ago

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 9 years ago

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

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

poof86 commented 9 years ago

Thanks you and nice TODO tip! :D