Open remaerd opened 10 years ago
When I auto-complete NSLocalizedString(), type @, want to choose the @"" by tapping on the up arrow keyboard key. (The auto-complete is located on @() ) It's will crash my Xcode 5.
NSLocalizedString()
@
@""
@()
Thanks for your plugin.
When I auto-complete
NSLocalizedString()
, type@
, want to choose the@""
by tapping on the up arrow keyboard key. (The auto-complete is located on@()
) It's will crash my Xcode 5.Thanks for your plugin.