Files
swift-mirror/lib/IDE/CodeCompletion.cpp
Nathan Hawes fe9df72d55 [CodeCompletion] Add initial implementation of solver-based member completion.
This hooks up member completion to the new typeCheckForCodeCompletion API to
generate completions from all solutions the constraint solver produces (include
ones requiring fixes) rather than relying purely the single solution being
applied to the AST (if any). This lets us still give completion results in
ambiguous and invalid code.
2020-08-28 22:24:23 -07:00

234 KiB