Lin icon indicating copy to clipboard operation
Lin copied to clipboard

Xcode plugin that provides auto-completion for NSLocalizedString.

Results 9 Lin issues
Sort by recently updated
recently updated
newest added

> Download the project and build it, and then relaunch Xcode. I tried this, but I can't use Lin.

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.

Couldn't get this to work on the latest Xcode 7.1 Beta

``` 11/27/15 1:48:52.478 PM Xcode[37183]: Xcodebuild output: 2015-11-27 13:48:50.140 xcodebuild[37499:596288] [MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XLCXcodeAssist.xcplugin' not present in DVTPlugInCompatibilityUUIDs 2015-11-27 13:48:50.150 xcodebuild[37499:596288]...

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...

If a strings-kay has been deleted from .stings files, But still referred by source code, We can show the alert message automatically.

If I enter a new strings key that not exists in current strings table, It would automatically (of if I cmd+Click the strings key) popup a panel that I can...

**Feature 1**: If the mouse is hovering in the strings key, popup a table that shows all the values of this strings key. **Feature 2**: if I cmd+click the strings...