What is Eclipse shortcut key to turn on feature that allows when pressing TAB key, for cursor to go to expected position?
问题 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