随笔分类 - Eclipse
Eclipse shortcuts
摘要:EditorShortcutDescriptionAlt + /Content assist. A great help for our coding.Ctrl + Shift + FFormatCtrl + F10, then NDisplay line numbersCtrl + Shift + OManage importsCtrl + DDelete the rowAlt + up/downMove the line up/downAlt + left/rightBack/Forward HistoryCtrl + /CommentCtrl + OQuick outlineCtrl +
阅读全文
Eclipse Cannot complete the install because of a conflicting dependency
摘要:You are getting this because there is a conflicting dependency somewhere. For example, if you have plugin A that depends on dependency.X-1.0.0 installed, and try to install plugin B that depends on dependency.X-1.1.0, there is a conflict. When you check for updates, Eclipse will check all plugins an
阅读全文
Eclipse format 快捷键无效的解决办法
摘要:一直都只能用右键菜单的方式进行自动排版。后来发现是与搜狗输入法的热键冲突,更改搜狗热键即可。
阅读全文