What is Eclipse shortcut key to turn on feature that allows when pressing TAB key, for cursor to go to expected position?

删除回忆录丶 提交于 2020-01-06 02:47:06

问题


When I am typing code in Eclipse, i am using 'TAB' key to jump to expected position, highlighted with green cursor.

For example, if I am typing System.out.println("Some text"|), when I am at position just after the word "text", that "vertical bar" key is highlighted green, so if I press 'TAB' key, my cursor will jump to that position. As expected.

Now, I know that if I press 'ESC', that green "vertical bar" will disappear, actually that proposing position feature is turned off. My question is which keyboard key turns this feature back on?


回答1:


Yes IMHO there is no way to turn on place holders back after they disappear. However you can cycle through forward or backward these place holder by pressing TAB and Shift + TAB keys when they were active.

Refer this answer for more details



来源:https://stackoverflow.com/questions/23014815/what-is-eclipse-shortcut-key-to-turn-on-feature-that-allows-when-pressing-tab-ke

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!