#1002·nuclide

[nuclide-swift] Autocomplete doesn't show all properties and methods after the "."(dot) symbol

Author: mislavjavorCreated Jan 25, 2017Updated Dec 12, 2018

Issue and Steps to Reproduce

Autocomplete doesn't show instance properties/methods until I start typing letters after the dot

Expected Behavior

Autocomplete should show all possible completions after the dot symbol

For example

swift
struct Foo {
    let baz: String = ""
    let bar: String = ""

    func exmp() {

    }
}

let x = Foo()
x. // Should show baz, bar, exmp - doesn't show anything until I type a letter

Actual Behavior

Nothing is shown until I start typing the first letters of the property/method name

Versions

  • Atom: 1.12.7
  • Nuclide: 0.197.0
  • Client OS: macOS Sierra