Description
When creating new widget and typing the new keyword before it for e.x. new Conta and clicking tab I do get the full completion for that widget (new Container()). When I don't use the new keyword and try to tab for autocomplete a just get the widget name like so Container
i updated to 2019.1.1
i get 3 of everything when i press tab for auto just get name like so Text or Container
at version 2018.3.6 i get 2 item
when i try to press enter or tab at (MaterialApp ( package...)) auto complet just get (MaterialApp)
but when i press tab at MaterialApp ({Ke.... auto is work fine
i dont need to use new or getting 2-3 item how to fix this? i just want this
Version info
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.2.1, on Microsoft Windows [Version 10.0.16299.15], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.4)
[√] IntelliJ IDEA Community Edition (version 2019.1)
[√] VS Code (version 1.33.1)
[!] Connected device
! No devices available
Plugin: dart and flutter