Monday 15 March 2010

autocomplete - AutoCompletion with the editor -


I know that automatic completion is a mixed blessing with programming editor, sometimes it correctly guesses , Or, when pre-typed, many options can come from, it moves towards the next logical point, and writes the next required letter and moves it in the right direction. Really sweet when it works right.

However, it often creates the wrong key word and progresses all the way to the end, forcing a backspacing process that does not definitely connect to coding efficiency. Is there a way to return the word word-by-word, or is the cursor returned at that point, so that it went ahead? This will definitely help.

Thanks in advance for any help.

John Donor

Ctrl + Backspace

In most editors, it backs up a logical term, which is using camel cas or under-sea notation.

You Ctrl + Left and Ctrl + right Can also use a time.


No comments:

Post a Comment