Eclipse - 默认键盘快捷键列表

标签 eclipse keyboard-shortcuts

是否有默认 Eclipse 键盘快捷键列表?我通常会寻找与语言无关的东西,例如启动调试器或删除源代码编辑器中的整行。

最佳答案

我更喜欢只使用几个快捷方式,而不是完整快捷方式列表(JGlass提及Eclipse 4.6 this pdf):

  • CTRL+Shift+L:“显示按键辅助”,快捷键列表(取决于上下文)

http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.user/tips/images/key-assist.png

  • CTRL+3:快速访问

http://4.bp.blogspot.com/-QqHaeh1yJDU/Tsoc0bZmaSI/AAAAAAAABVg/WzNyqfmRmXE/s1600/Eclipse+Quick+Access+now+shows+keybindings+for+commands.png
来源:“Good features of Eclipse 3.6 (Eclipse Helios) JDT, 2011, from Sony Thomas

这两个几乎涵盖了所有内容。

您可以添加另外两个:

  • CTRL+1:快速修复

http://depth-first.s3.amazonaws.com/20080111/list_options.png

http://www.willianmitsuda.com/wp-content/uploads/eclipse_tips/spy_opentype.gif

<小时/>

请注意Eclipse 2019-09现在在调用命令时显示键绑定(bind)。

For presentations, screen casts and learning purposes, it is very helpful to show the corresponding key binding when a command is invoked.
When the command is invoked (via a key binding or menu interaction) the key binding, the command's name and description are shown on the screen. Key binding of triggered command shown on screen

https://www.eclipse.org/eclipse/news/4.13/images/show_key_bindings.png

You can activate this in the Preferences dialog via the Show key binding when command is invoked check box on the General > Keys preference page.
To toggle this setting quickly the command 'Toggle Whether to Show Key Binding' can be used (e.g. via the quick access).

关于Eclipse - 默认键盘快捷键列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1986195/

相关文章:

eclipse - 如何在 OS X 10.10.3 上从 Eclipse 启动 Glassfish 服务器?

c# - 使用 base 创建构造函数的快捷方式 (C# Visual Studio 2015)

windows - 设计键盘快捷键的最佳做法

intellij-idea - IntelliJ 快捷键和键盘布局

keyboard-shortcuts - 在Sublime Text 2的多重选择中显式取消选择

java - 查询以 1 行代码获取电子邮件、联系人姓名和电话号码

Java:声音捕获和波形绘制

c# - 如何覆盖默认的 "global"键盘快捷键并创建我自己的键盘快捷键?

java - Tomcat登录后重定向到错误的url

eclipse - 如何在等待服务器响应时阻止 SWT UI 线程