nek023 / Lin

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

Autocompletion breaks after dot #49

Open viktorasl opened 9 years ago

viktorasl commented 9 years ago

First of all, great plugin! Saves lots of time. But there is a slight bug with autocompletion: Having key some.complex.key.in.table and trying to type NSLocalizedStringFromTable(some autocompletion shows the suggestions, but after putting "." everything disappear. I hope it will not take much time to fix, because having lots of keys with prefix some gets harder to autocomplete.