The document provides a comprehensive list of keyboard shortcuts for JetBrains IDEs, categorized into sections such as Editing, Navigation, General, Debugging, Refactoring, Search/Replace, and Usage Search. Each section includes specific commands along with their corresponding key combinations for Windows and Linux. This guide serves as a quick reference for users to enhance their coding efficiency and productivity within the IDE.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
7 views
IntelliJIDEA Reference
The document provides a comprehensive list of keyboard shortcuts for JetBrains IDEs, categorized into sections such as Editing, Navigation, General, Debugging, Refactoring, Search/Replace, and Usage Search. Each section includes specific commands along with their corresponding key combinations for Windows and Linux. This guide serves as a quick reference for users to enhance their coding efficiency and productivity within the IDE.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
EDITING NAVIGATION
Basic code completion Ctrl + Space Go to class Ctrl + N
Smart code completion Ctrl + Shift + Space Go to file Ctrl + Shift + N Complete statement Ctrl + Shift + Enter Go to symbol Ctrl + Alt + Shift + N Windows & Linux keymap Parameter info Ctrl + P Go to next / previous editor tab Alt + Right / Left Quick documentation lookup Ctrl + Q Go back to previous tool window F12 External Doc Shift + F1 Go to editor (from tool window) Esc Brief Info Ctrl + mouse Hide active or last active window Shift + Esc Show descriptions of error at caret Ctrl + F1 Go to line Ctrl + G jetbrains.com/idea @intellijidea blog.jetbrains.com/idea Generate code... Alt + Insert Recent files popup Ctrl + E Override methods Ctrl + O Recent locations popup Ctrl + Shift + E Implement methods Ctrl + I Navigate back / forward Ctrl + Alt + Left / Right Surround with… Ctrl + Alt + T Navigate to last edit location Ctrl + Shift + Backspace Comment / uncomment with line comment Ctrl + / Select current file or symbol in any view Alt + F1 REMEMBER THESE SHORTCUTS Comment / uncomment with block comment Ctrl + Shift + / Go to declaration Ctrl + B, Ctrl + Click Smart code completion Ctrl + Shift + Space Extend selection Ctrl + W Go to implementation(s) Ctrl + Alt + B Search everywhere Double Shift Shrink selection Ctrl + Shift + W Open quick definition lookup Ctrl + Shift + I Show intention actions and quick-fixes Alt + Enter Context info Alt + Q Go to type declaration Ctrl + Shift + B Generate code Alt + Ins Show intention actions and quick-fixes Alt + Enter Go to super-method / super-class Ctrl + U Parameter info Ctrl + P Reformat code Ctrl + Alt + L Go to previous / next method Alt + Up / Down Extend selection Ctrl + W Optimize imports Ctrl + Alt + O Move to code block end / start Ctrl + ] / [ Shrink selection Ctrl + Shift + W Auto-indent line(s) Ctrl + Alt + I File structure popup Ctrl + F12 Recent files popup Ctrl + E Indent / unindent selected lines Tab / Shift + Tab Type hierarchy Ctrl + H Rename Shift + F6 Cut current line to clipboard Ctrl + X, Shift + Delete Method hierarchy Ctrl + Shift + H Copy current line to clipboard Ctrl + C , Ctrl + Insert Call hierarchy Ctrl + Alt + H GENERAL Paste from clipboard Ctrl + V, Shift + Insert Next / Previous highlighted error F2 / Shift + F2 Open corresponding tool window Alt + #[0-9] Paste from recent buffers... Ctrl + Shift + V Edit source / View source F4 / Ctrl + Enter Save all Ctrl + S Duplicate current line Ctrl + D Show navigation bar Alt + Home Synchronize Ctrl + Alt + Y Delete line at caret Ctrl + Y Toggle bookmark F11 Toggle maximizing editor Ctrl + Shift + F12 Smart line join Ctrl + Shift + J Toggle bookmark with mnemonic Ctrl + F11 Inspect current file with current profile Alt + Shift + I Smart line split Ctrl + Enter Go to numbered bookmark Ctrl + #[0-9] Quick switch current scheme Ctrl + BackQuote (`) Start new line Shift + Enter Show bookmarks Shift + F11 Open Settings dialog Ctrl + Alt + S Toggle case for word at caret or selected block Ctrl + Shift + U Open Project Structure dialog Ctrl + Alt + Shift + S Select till code block end / start Ctrl + Shift + ] / [ COMPILE AND RUN Find Action Ctrl + Shift + A Delete to word end Ctrl + Delete Build project Ctrl + F9 Delete to word start Ctrl + Backspace Compile selected file, package or module Ctrl + Shift + F9 DEBUGGING Expand / collapse code block Ctrl + NumPad+ / - Select configuration and run / debug Alt + Shift + F10 / F9 Step over / into F8 / F7 Run / Debug Shift + F10 / F9 Expand al Ctrl + Shift + NumPad+ Smart step into / Step out Shift + F7 / Shift + F8 Run context configuration from editor Ctrl + Shift + F10 Collapse all Ctrl + Shift + NumPad- Run to cursor Alt + F9 Run anything Double Ctrl Close active editor tab Ctrl + F4 Evaluate expression Alt + F8 Resume program F9 USAGE SEARCH Toggle breakpoint Ctrl + F8 REFACTORING Find usages / Find usages in file Alt + F7 / Ctrl + F7 View breakpoints Ctrl + Shift + F8 Copy F5 Highlight usages in file Ctrl + Shift + F7 Move F6 Show usages Ctrl + Alt + F7 SEARCH / REPLACE Safe Delete Alt + Delete Search everywhere Double Shift Rename Shift + F6 VCS / LOCAL HISTORY Find Ctrl + F Refactor this Ctrl + Alt + Shift + T Commit project to VCS Ctrl + K Find next / previous F3 / Shift + F3 Change Signature Ctrl + F6 Update project from VCS Ctrl + T Replace Ctrl + R Inline Ctrl + Alt + N Push commits Ctrl + Shift + K Find in path Ctrl + Shift + F Extract Method Ctrl + Alt + M ‘VCS’ quick popup Alt + BackQuote (`) Replace in path Ctrl + Shift + R Extract Variable Ctrl + Alt + V Select next occurrence Alt + J Extract Field Ctrl + Alt + F LIVE TEMPLATES Select all occurrences Ctrl + Alt + Shift + J Extract Constant Ctrl + Alt + C Surround with Live Template Ctrl + Alt + J Unselect occurrence Alt + Shift + J Extract Parameter Ctrl + Alt + P Insert Live Template Ctrl + J