AndroidStudio 3.3 Flutter使用Colors卡顿

AndroidStudio升级到3.3.2后,在写Flutter的时候,使用Colors来编辑颜色都会卡顿,很浪费时间,例如下面的代码

  Container(
        color: Colors.yellow,
      ),

解决方案

AndroidStudio => Settings => Editor => General => Code Completion ,下图中标注的选项不要打钩,就不会再卡顿了
设置界面

发布了82 篇原创文章 · 获赞 155 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/hxl517116279/article/details/89167219
3.3