Press the keyboard shortcut for AceAction ( Ctrl +; by default) to activate AceJump. Some useful shortcuts: To add/remove a caret, press Alt+Shift and select cursor locations with the mouse. Duplicate line: Shift + Alt + up/down arrow. Otherwise, if the option is cleared, key sequences are pasted from. The editor consists of the following areas: The scrollbar shows errors and warnings in the current file. Sync IJ bookmarks and Vim marks: set ideamarks. To navigate between the occurrences of the word at caret. Using Arguments and String Arrays 4. 1 & 15. There are a few shortcuts you need to remember before you can really take advantage of multicursor, and this is basically a cheat. Handle caret and select text; Multiple cursors and selection ranges; Cut, copy, paste; Add, delete, and manipulate lines; Toggle case; Inlay hints; Code Vision; Fold and unfold (collapse/expand) code. Please go to Settings -> Keymap -> Editor Actions. Trying to learn ReSharper shortcuts? First, decide which of the two default shortcut schemes is more convenient to you. public void sth (String b, String. There are alternative ways to apply edits to multiple locations of code, for example using the "repeat" command when in the Vim extension (by pressing the ". Press Ctrl Alt 0S to open the IDE settings and then select Plugins. Is it possible to some how setup IntelliJ IDEA so that I can column select with the cursor keys similarly to how I might in Notepad++, Visual Studio, or FlashDevelop. For the commands above we assume that you selected at least one character, if you just place your cursor somewhere the [tab] key will obviously just. to the right of the closing ;) Use the Introduce Field ( Ctrl + Alt + F) action. Link to this answer Share Copy Link . Alt+Click and drag the mouse to make the selection. With a soft-wrapped line, this only moves to the soft wrap. It’s under the Code M enu -> Inspect Code…. To do so, use one of the following ways: On the status bar of the LightEdit mode, click Access full IDE and from the list of options, select how you want to proceed such as open the current file in the project, open the recent project, or open the new one. In your editor, press Alt + Windows Key and use your mouse to place the cursor on the lines you want to have multiple cursors on. Press Alt 0→ and Alt 0← to switch between active tabs. And place the cursor in the auctionFile and use the shortcut,. (IIRC—on Mac) then click multiple times to get multiple cursors where you click. I was wondering whether there's a shortcut to change the order of method parameters as easily, so that. Column selection mode can be also used with keyboard only. Alternatively, you can press Alt 0↓ to see the list of. 7. Sessions;. Then rightclick on it and select "add Keyboard Shortcut" and set your own shortcut, for example: Cmd + Shift + NumPad /. Ctrl+A – Select all text. The same can be achieved by invoking the keyboard. The number of carets that you can add in a file is limited to 1000. Add a comment. Right-click on each command that add a cursor and has a keyboard shortcut associated and select “Remove Keybinding”. Stepping is the process of controlling step-by-step execution of the program. Go to line – Ctrl + G. Is it possible to change the behavior so that simply the refactoring is activated and the cursor stays in position (it already does, this is fine) and that I can directly add or remove a character?Surface Studio vs iMac – Which Should You Pick? 5 Ways to Connect Wireless Headphones to TV. 3) If I now type some text the lines between point 1 and 4 are immediatley deleted and the text appears on line 1. Vous n’avez ainsi plus à vous soucier de perdre un extrait de code que vous avez copié récemment. IntelliJ tool window toolbar - navigate using keyboard. You can add secondary cursors (rendered thinner) with Alt+Click. Using Alt with the mouse click you can set the cursors in all places you need (please note that you may always change the shortcut in Settings -> Keymap -> Editor Actions -> Add or Remove Caret ): You can also use keyboard. Creating cursors. IntelliJ IDEA generates a JSDoc comment with a list of parameters ( @param) and return values ( @returns ), where applicable. You can use Help | Find Action ( Ctrl + Shift + A or Cmd + Shift + A on Mac) to see all the actions and their shortcuts. Navigation and search. Code Completion. If the relevant features aren't available, make sure that you didn't disable the plugin. + Read More Here. The character "s" in the red box represents placing the cursor on that character. This shortcut will kickstart the debugger back into gear and get it moving to the next breakpoint. Releasing the shortcut will focus on the corresponding file. For Mac, a keycord (Cmd + Alt + R) is required to resume the program. Or, use text search first and then place multiple cursors in all the places where matches have been found by choosing Select All Occurrences to the right of the search text field. For example, Alt+9 (or ⌘9) shows the Git tool window. The stepping buttons are located on the Debug. Starting from IntelliJ IDEA 14 there is also Clone Caret Above / Below: Windows: Ctrl, Ctrl + Up / Down. This saves a few keystrokes. Modified 1 year, 11 months ago. Like Ctrl + D I could not find, but like Alt + F3 in sublime (multiselects all matches), you can do by pressing Alt + Shift + R, or select text > right click > refactor > rename. Change for the Active Editor. Ctrl + E – View recent Files. As a result, you will have multiple selection ranges. Ctrl + / => comment or uncomment a. Note that you can assign preferred shortcuts to 'Clone Caret Above/Below' actions in Preferences | Keymap if double-Alt doesn't work for you for some reason. intellij select multiple lines shortcut. On Windows, you can use Ctrl + Home and Ctrl + End to go to the beginning and end of a file respectively. Follow asked Dec 11, 2017 at 7:49. For getting the column: Windows: CTRL + CTRL(Hold) + ↑ / ↓ Mac: ⌘ + ⌘(Hold) + ↑ / ↓. Start typing to find an action by its name, see its shortcut,. If make a selection make sure to select the whole line, Ctrl + C is the shortcut for that, before hit Ctrl + D. Share. Keyboard Shortcut -> ALT + SHIFT + INSERT. Double Shift. e. Improve this answer. another_key sequence pasted from the clipboard will be displayed with the correct hierarchy. In the dialog box that opens, type ‘Multi-Cursor’ and then select the ‘Add or Remove Caret’ option. When typing, copying, or pasting in IntelliJ IDEA editor, you can toggle multiple cursors so that your actions apply in several places simultaneously. Describe the listed parameters, return values, and. Idea uses three methods to input multiple cursors at the same time. but one thing I realised is that you usually have multiple ways to do accomplish things in IntelliJ. 11. Edit the width attribute in a few places. You can press Alt + Shift and using the mouse left click you can put many carets. Shift-Alt-Up/Down Add Line to Selection - adds a cursor on the previous/next line. , map YOU_MAPPING <A-n>). -> : Find and select all occurrences with cursor = Ctrl + Alt + Shift + J-> : Multi cursor(Any line) = Alt + Shift + Mouse Click and Alt + Hold Mouse click-> : Select Entire Word = Ctrl + W. WebStorm finds and. See full list on vojtechruzicka. g. I know you can have somewhat the same behaviour in Visual Studio 2019 using Alt + LMB . For the full list of JetBrains Rider keyboard shortcuts, refer to Keyboard shortcuts in predefined keymaps. Cursor should go back to normal. . Alt Click and drag the mouse to make the selection. The multi-cursor feature is very useful for some people, thanks for implementing it. . Click the statement or select the fragment of code that you want to execute. Type an operator command. Double + Down. Elena Pogorelova. 1. IntelliJ IDEA has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and pretty much everything else we might want to do regularly. Change Multi-caret Hotkey. To place caret at the end of rows: move caret to top row, clone down to bottom, and. Learn the most useful IntelliJ IDEA keyboard shortcuts to be more productive. On the flipside, IntelliJ can do a lot of tricks that pure text editors can't do - such as refactoring, assigning thing to values with the correct type annotation, look up stuff very easily, click to see. Click the light bulb(or use Alt+ Enter) and suggestions will appear. 1. I am using Linux and applying an ALT + Click does not apply multiple cursors on the page. Code completion. When you click it, you even see the what has changed. You can use this specific shortcut to hide or show a tool window. Both should now work. As a result, you will have multiple selection ranges. To add or remove multiple carets, you can also press and hold the Alt key, then click at the next location of the caret. Disable automatic highlighting of usages by unchecking: Preferences | Editor | General | Highlight usages of element at caret. Simply press Ctrl + G and go directly to the line in question. Or, use text search first and then place multiple cursors in all the places where matches have been found by choosing Select All. 24. Once your program is suspended, you can hover over the line of code to which you wish to continue execution. Tap: Control + G - Every tap combination select the new same value. IDEA action name: 'Add Rectangular selection on Mouse Drag'. Select "Add Keyboard Shortcut" and assign your shortcut. Multiple selection is a relatively new, very powerful editor feature, which lets you quickly select and edit multiple (adjacent or not) pieces of code at once. IntelliJ shortcut for selecting multiple whole lines. (Multiple Line / Cursor / Selection Editing) Last modified: 2016-09-05 07:08:15 UTC121. Ctrl+Alt+S opens up Settings/preferences dialog box, uncheck the ideaVim plugin. Even when I want to highlight a character or a word, I get confused. To start a new line below the current line use SHIFT+ENTER. Simply press Ctrl + G and go directly to the line in question. If you want to have a continuous vertical line, it's enough to press Alt + drag your mouse vertically. Creating a live template of your own. This is a feature that makes it possible to edit multiple lines at the same time. See the screenshot below to see what I mean. You probably entered Column Selection Mode via an accidental click in the editor context menu (at least that happens to me occasionally). Just Select terms and use shortcut like. Breadcrumbs help you navigate inside the code in the. WebStorm/IntelliJ not seeing Linux environment variables even though running under the exact same user? 0. Markdown, JSON) Set multiple cursors. This shortcut will kickstart the debugger back into gear and get it moving to the next breakpoint. This is a feature that makes it possible to edit multiple lines at the same time. Set multiple cursors in the editor area: Alt + Mouse Click (Option + Mouse Click for Mac OS X). {"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"cover","path":"cover","contentType":"directory"},{"name":"images","path":"images. As a result, you will have multiple selection ranges. g. Hold: Option + Shift and Tap: Mouse Click - duplicate cursor for a each tap place. Example video: Run to Cursor Alt+F9 Force Run to Cursor Ctrl+Alt+F9 Show Execution Point Alt+F10 Evaluate Expression. This plugin brings multiple cursors and selections to IdeaVim. Intellij generate static final fields. Speaking of Clipboard, IntelliJ IDEA keeps track of everything you put there. To add a custom Keymap, ⌘+SHIFT+A, type keymap and click on the one with Settings as subtext. Advanced editor actions, such as code completion live templates are supported as well and will apply to each caret. -> : Find and select all occurrences with cursor = Ctrl + Alt + Shift + J-> : Multi cursor(Any line) = Alt + Shift + Mouse Click and Alt + Hold Mouse click-> : Select Entire Word = Ctrl + W. This lets users coming from other editors such as Sublime Text or Atom continue to. Alt + K (which would be similar to Find Next Ctrl + K ). I suggest not to do it in the second case because resulting interface would. For example, the key2. For example, Alt+9 (or. Sorted by: 315. On the Keymap page of the Settings/Preferences dialog Ctrl Alt 0S, right-click an action and select Add Mouse Shortcut. Apache NetBeans Bugzilla – Bug 200027 Multiline / Multiselection / Multicursor Editing such as in Notepad++, Sublime, and IntelliJ. The ability to toggle this process is achievable through F9. Yes, On mac, it is Command + Option + B. 41 4. Run to Cursor Alt+F9 Force Run to Cursor Ctrl+Alt+F9 Show Execution Point Alt+F10 Evaluate Expression. You can also click on the zero of the number pad to switch between the cursor types. Use Shift+Escape (or ⇧ Esc) to hide an active tool window. – Kedar Mhaswade. A keyboard shortcut can also initiate the action. One of the most useful methods for editing multiple lines of code or XML in Android Studio (or IntelliJ) is multicursor. Another way to get multiple. In IntelliJ I can easily rearrange the order of statements (or whole methods for that part) by pressing ⌘ + Shift + ↑ (or ⌘ + Shift + ↓ ). Disable the ideaVim plugin worked for me. While Ctrl + Tab lists the. Place your cursor on the initialization line of code and IntelliJ IDEA show the yellow suggestions light-bulb. 11. **the right or left arrow can be repeatedly pressed to select multiple words. By default, you can also press Ctrl + Shift + A two times and begin typing Fix doc comment in order. com The shortcuts work across all IntelliJ IDE, such as Android Studio, Webstorm, PyCharm, etc. To create a new Scratch file, press. Multiple cursors for multiple selections; Dozens of customizable keyboard shortcuts;. Mushy Mallard. Very useful feature. for selection. It doesn't have a default shortcut, but you can assign the Alt + Shift + J shortcut to it in the Keymap, because this shortcut isn't used for anything else. The IntelliJ IDEA editor is the main part of the IDE that you use to create, read and modify code. Anytime you want to paste one of the previously copied items, press Control+Shift+V. Sorted by: 212. Mac: cmd + 2 (twice) - jump from the terminal to the editor options + F12 (this shortcut toggles the terminal window on and off) Share. Double-click the selected file, or press Enter to open it in the editor. Advanced editor actions, such as code completion and live templates are supported as well and will apply to each caret. Use the arrow keys or the mouse pointer to locate the desired file. To do so, type ‘main’ and either press Tab or hit the Enter key to replace it with the main method. Move Line Down. One of the most useful methods for editing multiple lines of code or XML in Android Studio (or IntelliJ) is multicursor. On OS X it's ⌘ + ⌥ + LEFT and ⌘ + ⌥ + RIGHT. This is the simplest problem you usually want to solve with multiple cursors. Quick code selection. What differs this from the built-in multi-edit of VS. The highlighted characters will be operated upon. 0 Answers Avg. If the relevant features aren't available, make sure that you didn't disable the plugin. Enable the column selection mode (press Alt Shift Insert) and then press Shift 0↑ / Shift 0↓. To close a tab, click on the Terminal toolbar or press Ctrl F4. Press Ctrl Shift 0A, type Clone caret, and choose the desired action. Ctrl+A – Select all text. I found this way much more conveniant, as you can choose to edit all the. First, choose Template Group. Ctrl Shift 0A. With a soft-wrapped line, this only moves to the soft wrap. Very useful is you need to do some column based editing for example. In the editor, press Control+Alt+Insert to add a class, file, or package. Starting from IntelliJ IDEA 14 there is also Clone Caret Above / Below:. Editor basics. 5. 2 Answers. Simply hold down Alt or Option, depending on which OS you use, and drag up- or downward. 2. Here you can choose to generate setter with or without default value. By the way, we can replace the first two steps by selecting the element and pressing Shift + F6. The character selected by the caret. Share. Once your program is suspended, you can hover over the line of code to which you wish to continue execution. Cmd + Alt + s to open the IntelliJ-settings -> select Keymap and search for "Comment with Line Comment" or "Comment with Block Comment". To add a new line below the current line, press Ctrl Shift Enter. Another cool shortcut for multiple cursors is pressing ctrl, press ctrl again and hold it down, then use the up/down arrow keys to add cursors on more lines. In IDEA, I go to File -> Settings -> Keymap -> Main menu -> Window -> Editor Tabs. To add a new line above the current line, press Ctrl Enter. You can drag the mouse while holding Alt+Shift and select the text required. Comment/Uncomment current line or. After it is saved, select "Add Keyboard Shortcut" again with your next shortcut. . In Sublime Text 2 or Atom you. For the full list of JetBrains Rider keyboard shortcuts, refer to Keyboard shortcuts in predefined keymaps. When you want to start a new line above the current line, there’s a shortcut that will help you cut down on the number of keystrokes even further. If there are lines with a length lower than the current position, the vertical line will be broken. You can jump to a definition using CTRL + B and navigate between the previous/next cursor position using CTRL + ALT + LEFT/RIGHT (I am not familiar with the Mac keymap, they might look similar) I want to navigate to companion object, not to method definition. Share. Sorted by: 117. For the next person who accidentally activates this with a keyboard shortcut: This is not related to Linux, theme or font. Share. Tabs can occupy multiple columns, up to the tab size set for the editor. Place the caret at one corner of the rectangle, and then Alt Shift Middle click at the diagonally opposite corner. Select/unselect the next occurrence: Alt + J / Shift + Alt + J (Ctrl + G / Shift + Ctrl +G for Mac OS X) 4. Esc is not always going to put the focus on editor. To select ranges as multiple rectangular selections, Ctrl Alt Shift Click and drag the mouse over the desired. However, you can remap them using the map command in your ideavimrc (e. Check out more ex commands. WebStorm remote debug shows different file content. Search Everywhere. Once it’s at a bracket, you can repeat this shortcut to go back and forth between the opening and closing brackets. 1. With this option selected, IntelliJ IDEA properly formats key sequences when you paste them from the clipboard. Add a custom shortcut to IntelliJ IDE. 5 Answers. On the Keymap page of the Settings dialog Ctrl Alt 0S, right-click an action and select Add Keyboard Shortcut. WebStorm treats your code as regular text. Thanks a lot @bealex for mentioning the name of the commands. Improve this answer. You can remove the keyboard shortcut (s) that trigger this functionality. vladmashk • 3 yr. Starting from. Set new cursor manually: Alt + Shift + Mouse Click : Select the next occurrence: Alt + J :IntelliJ IDEA has a faster solution: it shows you the most suitable import statement in a popup right in the editor. 1. . Follow. Ctrl + Shift + F12. vimrc, IdeaVim can parse and enable plugins that are defined using vim-plug or vundle . Simply hold down Alt or Option, depending on which OS you use, and drag up- or downward. With this option selected, IntelliJ IDEA properly formats key sequences when you paste them from the clipboard. Other 2023-03-28 00:50:10 how to select the whole line in vscode with keyboard shortcut Other 2022-03-28 00:45:24 income of a web developer Other 2022-03-28 00:35:01 pyrcc_main. IntelliJ IDEA has a quick-fix that can convert a line comment into a block comment and vice versa. 7. Just remember that for carets in a vertical line, press Option (macOS) and Ctrl (Windows/Linux) twice, holding it down the second time. Share. And the way you do it, depends a lot of your coding. 1) the cursors on point 2 and 3 will dissappear. qrc'Add a Comment. it's really easy. In Settings -> Keymap, there isn't anything preventing multiple shortcuts from being assigned to the same action. Some useful shortcuts: To add/remove a caret, press Alt+Shift and select cursor locations with the mouse. To create the breakpoint use Ctrl + F8 shortcut. In Editor > General > Other (section) > Show quick documentation on mouse move - delay 500 ms Select this check box to show quick documentation for the symbol at caret. Several useful shortcuts for the multiple carets: - p ress Alt+Shift and select the caret locations with the mouse - or press Ctrl+G to add the next occurrence of the current word to the selection - to delete from the selection, press Ctrl+Shift+G. The IntelliJ IDEA editor is the main part of the IDE that you use to create, read and modify code. To see the list of all breakpoints use Ctrl + Shift. This. Open Settings -> Keymap then search for "move line" via the upper right searchbox. IntelliJ shortcut for selecting multiple whole lines. Elena Pogorelova. Placing your cursor on a word or identifier, and typing CTRL+W will progressively select the work, the sentence, the parameter, the method call, etc. Add mouse shortcut for Highlight Usages in File: Preferences | Keymap | Main menu | Edit | Find | Highlight Usages in File. Step Into: F7. This video is a part of JetBrains PhpStorm Video Tutorials by JetBrains Technical Evangelist Maarten Balliauw. Use Shift+Escape (or ⇧ Esc) to hide an active tool window. Credit: To select multiple cursors in Sublime Text 3, you can use the following keyboard shortcuts: Ctrl + Left Click to select multiple cursors Ctrl + Alt + Shift + Up/Down Arrow to select multiple cursors and move them up or down To select multiple cursors without using the keyboard, you can also use the following. Jonathan Birnbaum answered on July 12, 2023 Popularity 8/10 Helpfulness 2/10 Contents ;. This extension makes it possible to select multiple occurrences of a selected text for simultaneous editing with multiple cursors. Select multiple occurrences and edit them. Ctrl + Shift + N. Auto expand key sequences upon paste. my line das 1 my line asd 2 my line sda 3 my line poi 4 my line uio 5 my line kjy 6Current alternatives (that are much easier than the mentioned Alt + Click):. Refer to the official installation instructions for third-party plugins here. android-studio intellij-13 intellij-idea multiple-columns textselection. Add carets above or below the current caret using keyboard. When holding the Ctrl button, it’s possible to step through the list of open files. To navigate between code blocks, press Ctrl + Shift + [ or Ctrl + Shift +]. Is there a shortcut for this? Like imagine there are 20 instance of the text "foo" in the file then I would like to just select one and ideally it should automatically insert a cursor for all the other instances in the same position. How can I use multiple carets/cursors? To add or remove multiple carets, press and hold Shift+Alt and click at the next location of the caret. Also in this section. Shortcuts in IntelliJ. For Mac, a keycord (Cmd + Alt + R) is required to resume the program. Alt Click and drag the mouse to make the selection. E. - to restore single caret mode, use Esc. Place the caret at one corner of the rectangle, and then Alt Shift Middle click at the diagonally opposite corner. Press Ctrl. IntelliJ IDEA provides a set of stepping actions, which are used depending on your strategy (for example, whether you need to go directly to the next line or enter the methods invoked on your way there). Follow. It has the caret position of line 1, column 9, and Offset 28. Basically, Intellij only highlights the box I draw with the cursor, but leaves the rest of the editor untouched. Windows: Ctrl, Ctrl+Up/Down MacOS: Option,Option + Up/Down (hold the second press of the modifier key, then press the. Navigate to Implementation –. Click again. Exit that mode when done. olitv • 3 yr. When you want to go back to single-cursor mode, just press Esc. ( Ctrl + G for OS X) shortcuts for creating multiple carets. This is quicker than holding down Ctrl + D if there are lots of matches. Jun 11, 2019 at 0:06. Prebuilt indexes for Go SDK. Click OK to save the shortcut. ctrl + shift + arrow keys for highlighting text, ctrl + c, ctrl + v, among many others. It's simple and straightforward. Alt Click and drag the mouse to make the selection. You can cleverly get three cursors on the variable names, CTRL arrow over to start of strings, hold SHIFT + END, and then move the cursor back using the arrow keys. Yes i saw alt+shift+mb1, this will create multiple cursors, while in eclipse all you have to do is ctrl+shift and click anywhere and then just click delete and it will delete the whole selected text. Maybe not exactly that helpful to you but, if nothing is selected, copy and cut. Shift+alt I think. Follow asked Dec 11, 2017 at 7:49. Each cursor operates independently based on the context it sits in. Place the caret at one corner of the rectangle, and then Alt Shift Middle click at the diagonally opposite corner. Source: Grepper. With Vim, the caret is a block when you are in the Normal mode: To change to the Insert mode, press i, and the cursor will become a line: In this mode you can type new code or change existing code. g. Yeah. Multiple selections. It makes it possible for the caret/cursor to expand over multiple lines for multiline editing. 4) Undo last cursor operation (CTRL+U) This one I didn't know about for a long time. Nov 13, 2020 at 5:40 Add a comment 2 Answers Sorted by: 11 Intellij Idea calls this multiselection. I have no found equivalent keyboard-only multi-line selection function in IntelliJ IDEA 13. The scrollbar shows errors and warnings in the current file. To select ranges as multiple rectangular selections, Ctrl Alt Shift Click and drag the mouse over the desired parts of code. 5, aka IntelliJ IDEA 2018. To select ranges as a single rectangle, do one of the following: Place the caret at one corner of the rectangle, and then Alt Shift Middle click at the diagonally opposite corner. A common way to add more cursors is with ⌥⌘↓ (Windows Ctrl+Alt+Down, Linux Shift+Alt+Down) or ⌥⌘↑ (Windows Ctrl+Alt+Up, Linux Shift+Alt+Up. Go to the method declaration part of your code or to the method calling part, place your cursor to the method name and hit Shift + F6, and rename your method. public void sth (String b, String. The number of carets that you can add in a file is limited to 1000. Click the Run icon in the gutter, then select Modify Run Configuration. If you are on ubuntu running on a bootcamp mac (macbook pro here) then the key stroke is Alt + Shift + Fn + Enter. And hold down Ctrl as you do that to jump entire words. The shortcut is: ⇧ + ⌘ + 8 on Mac. Option can be toggled via these methods: Menu Bar -> Edit -> Column selection mode. Contributed on Jul 03 2023 . How to use multiple cursors on IntelliJ keyboard? This feature can be toggled using Edit → Column selection. Created July 11, 2016 18:42. } will become. Shortcut. With Alt + Home you can actually put focus on selecting the file and hit enter in order to go to the editor. 6. 1 introduces Sublime style multiple selections, the top voted editor feature in our tracker! Here is how they work: Add/remove a selection: Alt + Shift + Mouse Click. 1 Answer. Add a keyboard shortcut. Once you are able to move the cursor around the page with ease, you can combine the. To add or remove multiple carets, you can also press and hold the Alt key, then click at. I think this feature needs to be enabled in the settings first in the smart keys tab, can't recall off hand. my line das my line asd my line sda my line poi my line uio my line kjy And I want to have them automatically numbered like this . Press Ctrl Alt Shift 0J or or click Select All Occurrences on the toolbar. : will become . Multiple cursors can be an efficient way to modify code. 1 Answer. A macro suggested above doesn't work like expected. To resize a horizontal tool window, press Ctrl Alt Shift 0↑ and Ctrl Alt Shift 0↓. Thnak you for the reply - however, I'm afraid this does not work.