欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

eclipse中的快捷键设置

程序员文章站 2022-07-04 16:53:55
...
1. eclipse中alt + /快捷键

Window --> Preferences --> General --> Keys
  搜索Content Assist将Binding改成 Alt + /,将When改成Editing Text
  搜索word completion将默认绑定Alt + /的Binging改成Ctrl + Alt + /
Window --> Preferences --> Java --> Editor --> Content Assist --> Advanced
  勾选Java Proposal和下方的Template Proposal
Window --> Preferences --> Java --> Editor --> Content Assist
  Auto Activation --> auto activation triggers for Java
  改成.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ(,

设置javascript自动提示同理
Window --> Preferences --> Javascript --> Editor --> Content Assist
  Auto Activation --> auto activation triggers for Javascript
  改成.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ(,
如果需要annotataion提示还可以加@


2. eclipse中crtl+H默认打开JavaSearch改成FileSearch

Window --> Preferences --> General --> Keys
File search的Binding改成ctrl + H
相关标签: eclipse