The most handy commands and their shortcuts are listed in the tables below. You can also toggle multiple carets and have multiple selection ranges.Īpart from the mouse, you can use keyboard shortcuts to speed up editor navigation and selection operations. To do so, select Honor 'CamelHumps' word on the Editor | General page of the IDE settings Ctrl+Alt+S. You can double-click an identifier or a word in a comment or plain text to select it.Īfter double-clicking, you can drag the mouse to make the selection snap to entire words.įor identifiers, you can opt not to select the whole CamelCased identifier, but only the capitalized word inside it where you double-click. As soon as you start typing at a position beyond the end of the line, the necessary number of spaces will be added between the end of the line and the beginning of your input.
Optionally, you can select Allow placement of caret after end of line on the Editor | General page of the IDE settings Ctrl+Alt+S to be able to set your caret anywhere after the last character in any line. You can click the mouse in the editor to set the caret to the desired position and drag the mouse to select a continuous text block.īy default, you can only set the caret at characters, whitespaces, and tabs in the current document.