2

Simple question: Is there a way to put auto-completion "ON" for NSLocalizedString key?

It's boring to go in localized.strings, then in my app files, then go back again in localized etc...

Thanks :)

ApheX
  • 685
  • 2
  • 10
  • 26

1 Answers1

6

Try Lin. https://github.com/questbeat/Lin

It's a Xcode4 plugin showing completion for NSLocalizedString and localizedStringForKey:value:table:

Example of Lin

Zitao Xiong
  • 956
  • 1
  • 10
  • 18