Open poof86 opened 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?
Here's a quick example. I also put in an example of a comment feature I stumbled upon using the // TODO: comment in Xcode
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
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!