由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - eclipse hot key
相关主题
IntelliJ Open Sourced - How is it?有人用eclipse perforce plugin吗?
我也问一个eclipse的问题奇怪的Eclipse问题
How can I organize Projects in Eclipse请教一个Mercurial HG in Eclipse的问题
急请教:程序从Eclipse 的 Workspaces拷到别处不工作了in eclipse EE , how to build a tomcat/web application?
eclipse 用户弱问 如何在Eclipse 下 run java -ea command
有人用eclipse吗?How to use classes in a jar file?
Eclipse一问Eclipse还是IntelliJ
请问用eclipse开发中文的软件GIT一问
相关话题的讨论汇总
话题: ctrl话题: eclipse话题: go话题: visual话题: hot
进入Java版参与讨论
1 (共1页)
g***l
发帖数: 352
1
What are the eclipse hot keys for:
1. go to next break point(In visual studio, it is F5)
2. add/remove a bookmark
3. go to a line during editing (In visual studio, it is ctrl+G)
Thanks.
g*****g
发帖数: 34805
2

Not sure about this, I'll just let it run down.
I don't use bookmark but you sure can find it in preference key
shortcut list
Cr+L

【在 g***l 的大作中提到】
: What are the eclipse hot keys for:
: 1. go to next break point(In visual studio, it is F5)
: 2. add/remove a bookmark
: 3. go to a line during editing (In visual studio, it is ctrl+G)
: Thanks.

b******y
发帖数: 1684
3

f8? u can define urs...

【在 g***l 的大作中提到】
: What are the eclipse hot keys for:
: 1. go to next break point(In visual studio, it is F5)
: 2. add/remove a bookmark
: 3. go to a line during editing (In visual studio, it is ctrl+G)
: Thanks.

g**********y
发帖数: 14569
4
顺便推荐几个很好用的组合:
Ctrl + G: find declaration in Workspace
F3: go to function definition
Ctrl + Shift + G: find reference in Workspace (this is my favorite)
Ctrl + T: show method override hierarchy (very useful if it is true OO, the
biggest headache in reading OO code is: you never know whether child class
override it or not unless you open the source code)
Ctrl + Shift + P: go to matching bracket (I use this combination less now
because I hate multiple brackets; when come to javascript world, it bec
g*****g
发帖数: 34805
5

the
Ctrl+T is very useful for going to one of your implementation, it shows
a popup hierachy, sometimes you may use F4 to show the hierachy in
a different view.
Ctrl+O shows a popup outline, that can be useful to find a method.

【在 g**********y 的大作中提到】
: 顺便推荐几个很好用的组合:
: Ctrl + G: find declaration in Workspace
: F3: go to function definition
: Ctrl + Shift + G: find reference in Workspace (this is my favorite)
: Ctrl + T: show method override hierarchy (very useful if it is true OO, the
: biggest headache in reading OO code is: you never know whether child class
: override it or not unless you open the source code)
: Ctrl + Shift + P: go to matching bracket (I use this combination less now
: because I hate multiple brackets; when come to javascript world, it bec

b******y
发帖数: 9224
6
good summary
1 (共1页)
进入Java版参与讨论
相关主题
GIT一问eclipse 用户
eclipse question,please help有人用eclipse吗?
Can someone say say advantage of IDEA?Eclipse一问
输入中文导致的死 机请问用eclipse开发中文的软件
IntelliJ Open Sourced - How is it?有人用eclipse perforce plugin吗?
我也问一个eclipse的问题奇怪的Eclipse问题
How can I organize Projects in Eclipse请教一个Mercurial HG in Eclipse的问题
急请教:程序从Eclipse 的 Workspaces拷到别处不工作了in eclipse EE , how to build a tomcat/web application?
相关话题的讨论汇总
话题: ctrl话题: eclipse话题: go话题: visual话题: hot