suggestions should behave more like Xcode's
Opened this issue · 0 comments
aaroncrespo commented
let foo = NSObject()
-
foo.|..
works just like Xcode -
fo|..
needs a new Completion provider. -
Array<|..
these sorta work but a wonky -
String(|..
we get completions they are just in the wrong snippet format -
UIView.animateWithDuration(0) { |..
we get completions they are just in the wrong snippet format -
UIView.animateWithDuration(0) |..
we get completions they are just in the wrong snippet format -
import |..