Skip to content

Ability to use "+" symbol as file name for snippets

Two files needed, when you need header file (.h) and it's implementation file (.c, .m)

In Objective-C, category files contains "+" symbol, so you know which category has file (UIView+FAAnimation.h, UIView+FAAnimation.m, ...)

But currently, both of them is not supported. I wish you make them soon. Thanks.