Eclipse 优化

2022-01-20 00:00:00 optimization ide eclipse

处理 )

  • 启动器优化:将它们与您的项目一起保存,不要忘记取消选中Run/Launching/Launch Configuration"首选项面板中的删除关联资源时删除配置"选项:
  • 然后是配置:

    • 项目偏好
    • 观点(您可以跨多个屏幕进行配置)
    • 配置机制 p2(使用捆绑池在多个 Eclipse 安装之间共享插件)

    The question dealing with Visual Studio optimizations saved me so much time firing it up and using it I have a hard time going back to Eclipse when I have to do J2EE development. Hence, I was also wondering if people have any tips or tricks to help speed Eclipse up in day to day use.

    For information, I'm using the Eclipse version 3.4.1.

    解决方案

    There are:

    • system optimizations: eclipse.ini
    • shortcuts optimizations:
      • Quick Access (Ctrl+3) (the mother of all shortcuts! With it, you can access almost everything in Eclipse)
      • Quick Fix (you should make sure it has a convenient shortcut attached to it)

        (that includes Run or Debug configurations available in your workspace since 4.12)
    • launchers optimizations : save them with your projects and do not forget to uncheck the option "Delete configurations when associated resource is deleted" in the "Run/Launching/Launch Configuration" preference panel:

    And then there are the configuration of:

    • project preferences
    • perspectives (which you can configure across multiple screens)
    • provisioning mechanism p2 (with bundle pools to share plugins across multiple eclipse installations)

    相关文章