Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我键入以下内容:
导入共享。
并且在点上,它关闭了导入,迫使我重新打开导入并继续输入。有没有办法禁用它?这有什么意义?
如果不完全禁用自动完成功能,则无法禁用此功能。
使用自动完成功能,当做出选择时,FDT 将使用它然后将您返回到编辑器,以便您可以输入另一个关键字。
您永远不需要使用 FDT 键入导入。你可以:
1) 在类/类型上使用自动完成功能并让 FDT 自动导入类 2) 使用组织导入 3) 使用快速修复来导入类。
在这里查看更多:
http://fdt.powerflasher.com/docs/Main_Page