Any tool to suggest unit reference automatically for Delphi 2010?

后端 未结 6 1729
星月不相逢
星月不相逢 2021-02-05 09:44

MS Visual Studio has a great feature: it automatically suggests the units to add in using clause when you typing the code with refrences to absent standard classes.

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 10:21

    This is not a tool to suggest references, it only cleans up unneeded unit clauses.

    CnPack IDE Wizards is an excellent opensource plugin for Delphi.
    http://www.cnpack.org/index.php?lang=en

    I use its Uses cleaner feature a lot. There is a menu item:
    CnPack->Project Enhancements->Use Unit

    I think this can be helpful for your needs.

提交回复
热议问题