c5eba84538
Update code completion to handle completing static methods and (non-const) constructors. Additionally, I noticed that we weren't suggesting any completion for extension types? I added the case for it and a few tests. Bug: https://github.com/dart-lang/sdk/issues/59836 Change-Id: Ib677cd99e51b8a641aa1bfbad5ffc8a8cbdc38c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/441681 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Kallen Tu <kallentu@google.com>