简体   繁体   English

如何停用 flutter 小部件树中的指南,如附图

[英]How to deactivate guides in flutter widgets tree, like the attached image

描述问题

I need to deactivate flutter widget tree guides like the old version of flutter SDK because it disturbs.我需要停用 flutter 小部件树指南,例如旧版本的 flutter SDK,因为它会干扰。

You can do this by going to:您可以通过以下方式执行此操作:

Preferences -> Languages & Frameworks -> Flutter首选项->语言和框架-> Flutter

And then unchecking "Show UI guides for build methods"然后取消选中“显示构建方法的 UI 指南”

See this image for more: https://imgur.com/a/cJWYTfO有关更多信息,请参阅此图片: https://imgur.com/a/cJWYTfO

Thanks a lot, another question, how can I enable automatic braces after writing the widget's name?非常感谢,另一个问题,如何在编写小部件名称后启用自动大括号? Like,Text('data').比如,文本('数据')。 How can ('data') be added automatically in intelliJ as it is exist in Android Studio? Android Studio 中存在的 intelliJ 中如何自动添加(“数据”)?

智能

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM