FuzzyAutocomplete / FuzzyAutocompletePlugin

A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching.
MIT License
3.25k stars 353 forks source link

Init a Struct #106

Closed av0c0der closed 8 years ago

av0c0der commented 8 years ago

Can not init any custom Struct with FuzzyAutocomplete enabled (doesn't show autocompletion). Settings are default. Xcode version 7.1.1 and the language is Swift

struct Book {
    var bookName: String
    var bookIndex: Int
    var keyword: String?
}
let book = Book(
// OR
let book = Book.init
av0c0der commented 8 years ago

Fixed by restarting Xcode (: