由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - eclipse how to remember a code location and jump back?
相关主题
Eclipse不自动prompt methods咋搞定?eclipse怎么跳出自动的method index窗口啊?
java compilation questionEclipse 3.0 platform API doc?
Help with Tomcat for Eclipse v1.03Just found eclipse 3.01 doesn't support
ant javac error in eclipse 3.0?请帮忙看看这个编译错误
也问一个Eclipse的问题Help: how to use Eclipse as C++ IDE in XP? (转载)
help on this scope questionmultiple classes in one file
It's a Java Bug能这样编网站吗?
我也问一个eclipse的问题in eclipse EE , how to build a tomcat/web application?
相关话题的讨论汇总
话题: jump话题: eclipse话题: back话题: method话题: code
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
for example,
I'm editing a method X(),
then I need to check the type of a certain member, so I jump back to the
head of the code. but after that, I need to come back to X().
now I have to do a text search.
in vim, I can mark X(), and then later just jump to X()
is there a similar ability in eclipse?
thanks
s***8
发帖数: 1136
2
add bookmark,
or,
ctrl-o to choose a method
m****r
发帖数: 6639
3
there is vi plugin for eclipse.

【在 c******n 的大作中提到】
: for example,
: I'm editing a method X(),
: then I need to check the type of a certain member, so I jump back to the
: head of the code. but after that, I need to come back to X().
: now I have to do a text search.
: in vim, I can mark X(), and then later just jump to X()
: is there a similar ability in eclipse?
: thanks

s*********e
发帖数: 27
4
Alt + left arrow
f****n
发帖数: 208
5
Normally I type a "abcd" there to leave a compilation error, f3 to check
other method, then come back by clicking the little red error hint on the
right bar.
f****n
发帖数: 208
6
Normally I type a "abcd" there to leave a compilation error, f3 to check
other method, then come back by clicking the little red error hint on the
right bar.
B******N
发帖数: 445
7
thia is right answer

【在 s*********e 的大作中提到】
: Alt + left arrow
a***n
发帖数: 584
8
Shortcuts List for download in PDF or RTF
http://eclipse-tools.sourceforge.net/shortcuts.html
1 (共1页)
进入Java版参与讨论
相关主题
in eclipse EE , how to build a tomcat/web application?也问一个Eclipse的问题
How higlight a point by clicking a radiohelp on this scope question
about loop controlIt's a Java Bug
Eclipse and jar我也问一个eclipse的问题
Eclipse不自动prompt methods咋搞定?eclipse怎么跳出自动的method index窗口啊?
java compilation questionEclipse 3.0 platform API doc?
Help with Tomcat for Eclipse v1.03Just found eclipse 3.01 doesn't support
ant javac error in eclipse 3.0?请帮忙看看这个编译错误
相关话题的讨论汇总
话题: jump话题: eclipse话题: back话题: method话题: code