
Take a screenshot and stores it in the clipboard. (If no active window is present, a shutdown box appears.)ĭelete the selected item permanently, skipping Recycle Bin. Same for Ctrl + X (for cut)Ĭtrl + Space: Autocomplete using IntelliSenseĬtrl + ]: Will take you to the matching brace.Undo an action, including undelete files (limited).Ĭreate new folder on desktop or File Explorer.Ĭlose active window. This is useful if you want to look at some other part of code for a moment and come back to where you were.Ĭtrl + K Ctrl + N: Will take you to the next bookmark, if there are more than one.Ĭtrl + -: Will take the cursor to its previous locationĬtrl + Shift + -: Will take the cursor to its next location (if it exists)Ĭtrl + C: Although this does the usual copy, if nothing is highlighted, it copies the current line. Very useful if your project contains multiple files.Ĭtrl + K Ctrl + K: Will bookmark the current line. You can type ">of filename" (without the quotes) to open a file. Works like above.Ĭtrl + /: Will take the cursor to the small search box on top.

Naturally, you can just hold Ctrl and press K, C in succession.Ĭtrl + K Ctrl + U: For uncommenting highlighted region.

If nothing is highlighted, current line will be commented.

You might also want to use F3 (and Shift + F3) once some search string is entered.Ĭtrl + K Ctrl + C: For commenting highlighted region. If you don't type anything after I, and keep pressing I (holding the Ctrl key down), it will search the last item you had searched.
