nek023 / Lin

Xcode plugin that provides auto-completion for NSLocalizedString.
http://questbe.at/lin/
MIT License
1.23k stars 97 forks source link

Custom function for autocompleting #55

Open zaitsevyan opened 9 years ago

zaitsevyan commented 9 years ago

Hi, can you add config file, where I can add my custom "NSLocalizedString" function's name? I use macros - "#define L(key) [[LanguageEngine instance] localizedStringWithKey:key]" in all my projects.

everlof commented 8 years ago

+1 on this!