IntelliJ IDEA Reference Card Part 2 Flashcards

2
Q

Resume program

A

(Debugging) F9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Toggle breakpoint

A

(Debugging) Ctrl + F8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

View breakpoints

A

(Debugging) Ctrl + Shift + F8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Go to class

A

(Navigation) Ctrl + N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Go to file

A

(Navigation) Ctrl + Shift + N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Go to symbol

A

(Navigation) Ctrl + Alt + Shift + N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Go to next/previous editor tab

A

(Navigation) Alt + Right/Left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Go back to previous tool window

A

(Navigation) F12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Go to editor (from tool window)

A

(Navigation) Esc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Hide active or last active window

A

(Navigation) Shift + Esc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Close active run/messages/find/… tab

A

(Navigation) Ctrl + Shift + F4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Go to line

A

(Navigation) Ctrl + G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Recent files popup

A

(Navigation) Ctrl + E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Navigate back/forward

A

(Navigation) Ctrl + Alt + Left/Right

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Navigate to last edit location

A

(Navigation) Ctrl + Shift + Backspace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Select current file or symbol in any view

A

(Navigation) Alt + F1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Go to declaration

A

(Navigation) Ctrl + B or Ctrl + Click

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Go to implementation(s)

A

(Navigation) Ctrl + Alt + B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Open quick definition lookup

A

(Navigation) Ctrl + Shift + I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Go to type declaration

A

(Navigation) Ctrl + Shift + B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Go to super-method/super-class

A

(Navigation) Ctrl + U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Go to previous/next method

A

(Navigation) Alt + Up/Down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Move to code block end/start

A

(Navigation) Ctrl + ] / [

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

File structure popup

A

(Navigation) Ctrl + F12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Type hierarchy

A

(Navigation) Ctrl + H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Method hierarchy

A

(Navigation) Ctrl + Shift + H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Call hierarchy

A

(Navigation) Ctrl + Alt + H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Next/previous highlighted error

A

(Navigation) F2 / Shift + F2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

Edit source / View source

A

(Navigation) F4 / Ctrl + Enter

31
Q

Show navigation bar

A

(Navigation) Alt + Home

32
Q

Toggle bookmark

A

(Navigation) F11

33
Q

Toggle bookmark with mnemonic

A

(Navigation) Ctrl + Shift + F11

34
Q

Go to numbered bookmark

A

(Navigation) Ctrl + #[0-9]

35
Q

Show bookmarks

A

(Navigation) Shift + F11

36
Q

Copy

A

(Refactoring) F5

37
Q

Move

A

(Refactoring) F6

38
Q

Safe Delete

A

(Refactoring) Alt + Delete

39
Q

Rename

A

(Refactoring) Shift + F6

40
Q

Change Signature

A

(Refactoring) Ctrl + F6

41
Q

Inline

A

(Refactoring) Ctrl + Alt + N

42
Q

Extract Method

A

(Refactoring) Ctrl + Alt + M

43
Q

Extract Variable

A

(Refactoring) Ctrl + Alt + V

44
Q

Extract Field

A

(Refactoring) Ctrl + Alt + F

45
Q

Extract Constant

A

(Refactoring) Ctrl + Alt + C

46
Q

Extract Parameter

A

(Refactoring) Ctrl + Alt + P

47
Q

Commit project to VCS

A

(VCS/Local History) Ctrl + K

48
Q

Update project from VCS

A

(VCS/Local History) Ctrl + T

49
Q

View recent changes

A

(VCS/Local History) Alt + Shift + C

50
Q

VCS quick popup

A

(VCS/Local History) Alt + BackQuote (`)

51
Q

Surround with Live Template

A

(Live Templates) Ctrl + Alt + J

52
Q

Insert Live Template

A

(Live Templates) Ctrl + J

53
Q

Iteration according to Java SDK 1.5 style

A

(Live Templates) iter

54
Q

Check object type with instanceof and downcast it

A

(Live Templates) inst

55
Q

Iterate elements of java.util.Collection

A

(Live Templates) itco

56
Q

Iterate elements of java.util.Iterator

A

(Live Templates) itit

57
Q

Iterate elements of java.util.List

A

(Live Templates) itli

58
Q

public static final

A

(Live Templates) psf

59
Q

throw new

A

(Live Templates) thr

60
Q

Open corresponding tool window

A

(General) Alt + #[0-9]

61
Q

Save all

A

(General) Ctrl + S

62
Q

Synchronize

A

(General) Ctrl + Alt + Y

63
Q

Toggle full screen mode

A

(General) Ctrl + Alt + F11

64
Q

Toggle maximizing editor

A

(General) Ctrl + Shift + F12

65
Q

Add to Favorites

A

(General) Alt + Shift + F

66
Q

Inspect current file with current profile

A

(General) Alt + Shift + I

67
Q

Quick switch current scheme

A

(General) Ctrl + BackQuote (`)

68
Q

Open Settings dialog

A

(General) Ctrl + Alt + S

69
Q

Open Project Structure dialog

A

(General) Ctrl + Alt + Shift + S

70
Q

Find Action

A

(General) Ctrl + Shift + A

71
Q

Switch between tabs and tool window

A

(General) Ctrl + Tab

72
Q

use Find action (Ctrl+Shift+A)

A

To find any action inside the IDE