GoLand (Windows) keyboard shortcuts

GoLand (Windows)

Zeynel -
17 months ago
- Shortcuts
0
Ctrl + ↑  Shift + A

Find any action inside the IDE

Advertisement

1
Alt + ⤶ Enter

Show intention actions

0
Ctrl + Space

Basic/smart code completion

0
or Ctrl + ↑  Shift + Space
0
Ctrl + Alt + Space

Type name completion

0
Ctrl + ↑  Shift + ⤶ Enter

Complete statement

0
⌘ Cmd + P

Parameter information/Context info

0
or Alt + Q
0
Ctrl + ↑  Shift + I

Quick definition

0
Ctrl + Q

Quick/external documentation

0
or ↑  Shift + F1
0
Alt + Insert

Generate code

0
Ctrl + I

Implement methods

0
Alt + ⌘ Cmd + T

Surround with...

0
Ctrl + /

Comment with line/block comment

0
or Ctrl + ↑  Shift + /
0
Ctrl + W

Extend/shrink selection

0
or Ctrl + ↑  Shift + W
0
Ctrl + Alt + O

Optimize imports

0
Ctrl + Alt + I

Auto-indent lines

0
Ctrl + X

Cut

0
Ctrl + C

Copy

0
Ctrl + V

Paste

0
Ctrl + ↑  Shift + C

Copy document path

0
Ctrl + ↑  Shift + V

Paste from clipboard history

0
Ctrl + D

Duplicate current line or selection

1
Ctrl + ↑  Shift +   

Move line up/ down

0
⌘ Cmd + Y

Delete line at caret

0
Ctrl + ↑  Shift + J

Join/split line

0
or Ctrl + ⤶ Enter
0
↑  Shift + ⤶ Enter

Start new line

0
Ctrl + ↑  Shift + U

Toggle case

0
Ctrl + Num +

Expand code block

0
Ctrl + Num -

Collapse code block

0
Ctrl + ↑  Shift + Num +

Expand all

0
Ctrl + ↑  Shift + Num -

Collapse all

0
Ctrl + S

Save all

0
Alt + `

VCS operations popup...

0
Ctrl + K

Commit

0
Ctrl + T

Update project

0
Alt + ↑  Shift + C

Recent changes

0
Ctrl + Alt + Z

Revert

0
Ctrl + ↑  Shift + K

Push...

0
Ctrl + Alt + ↑  Shift +   

Next/previous change

0
Ctrl + ↑  Shift + A

Find action...

0
Alt + 1 - 9

Open a tool window

0
Ctrl + Alt + Y

Synchronize

0
Ctrl + `

Quick switch scheme...

0
Ctrl + Alt + S

Preferences...

0
F4

Jump to source/navigation bar

0
or Alt + Home
0
F12

Jump to last tool window

0
↑  Shift + Esc

Hide active windows

0
Ctrl + ↑  Shift + F12

Hide all tool windows

0
Alt +

Go to next editor tab

0
Alt +

Go to previous editor tab

Advertisement

0
Esc

Go to editor (from a tool window)

0
Ctrl + ↑  Shift + F4

Close active window

0
Ctrl + F4

Close active tab

0
↑  Shift then ↑  Shift

Search everywhere

0
Ctrl + F

Search

0
Ctrl + R

Replace

0
Ctrl + ↑  Shift + F

Find in path

0
Ctrl + ↑  Shift + R

Replace in path

0
F3

Next occurrence

0
↑  Shift + F3

Previous occurrence

0
Ctrl + N

Go to type

0
Ctrl + ↑  Shift + N

Go to file

0
Ctrl + Alt + ↑  Shift + N

Go to symbol

0
Ctlrl + F12

Go to file member

0
Ctrl + B

Declaration

0
Ctrl + ↑  Shift + B

Type declaration

0
Ctrl + U

Super method

0
Ctrl + Alt + B

Implementation(s)

0
Alt + F7

Find usages

0
Ctrl + F7

Find usages in file

0
Ctrl + ↑  Shift + F7

Highlight usages in file

0
Ctrl + Alt + F7

Show usages

0
Ctrl + Alt + ↑  Shift + T

Refactor this...

0
F5

Copy…

0
F6

Move...

0
Alt + + Del

Safe delete...

0
↑  Shift + F6

Rename...

0
Ctrl + F6

Change signature...

0
Ctrl + Alt + N

Inline...

0
Ctrl + Alt + M

Extract method

0
Ctrl + Alt + V

Introduce variable

0
Ctrl + Alt + C

Introduce constant

0
Ctrl + Alt + L

Reformat code

0
Ctrl + F1

Show error description

0
F2

Next highlighted error

0
↑  Shift + F2

Previous highlighted error

0
Ctrl + Alt + ↑  Shift + I

Run inspection by name…

0
Ctrl + Alt + ↑  Shift + I

Type hierarchy

0
Ctrl + H

Call hierarchy

0
Alt + F1

Select in...

0
Ctrl + E

Recently viewed files

0
Ctrl + ↑  Shift + E

Recently changed files

0
Ctrl + ↑  Shift + Backspace

Last edit location

0
Ctrl + Alt +

Navigate back

0
Ctrl + Alt +

Navigate forward

0
Alt +   

Go to previous/next method

0
Ctrl + G

Line/ Column...

0
Ctrl + ]

Go to code block end

0
Ctrl + [

Go to code block start

0
Alt + ↑  Shift + F

Add to favorites

0
F11

Toggle bookmark

0
Ctrl + F11

Toggle bookmark with mnemonic

0
Ctrl + 0 - 9

Go to numbered bookmark

0
↑  Shift + F11

Show bookmarks

0
Ctrl + ↑  Shift + F10

Run context configuration

0
Alt + ↑  Shift + F10

Run selected configuration

0
Alt + ↑  Shift + F9

Debug selected configuration

0
↑  Shift + F10

Run current configuration

0
↑  Shift + F9

Debug current configuration

0
F8

Step over

0
F7

Step into

0
↑  Shift + F7

Smart step into

0
↑  Shift + F8

Step out

0
Alt + F9

Run to cursor

0
Ctrl + Alt + F9

Force run to cursor

0
Alt + F10

Show execution point

0
Alt + F8

Evaluate expression...

0
Ctrl + F2

Stop

0
↑  Shift + ⌘ Cmd + F2

Stop background processes...

0
F9

Resume program

0
Ctrl + F8

Toggle line breakpoint

0
Ctrl + Alt + ↑  Shift + F8

Place temporary line breakpoint

0
Ctrl + ↑  Shift + F8

Edit/view breakpoint


Share this page on:
Is this page helpful?
0 0

Program information

Program name: GoLand (Windows) GoLand (Windows) (Developer tools)

GoLand is an integrated development environment (IDE) for the Go programming language. It can analyze the code for automatic code completion and provide quick code fixes. GoLand is developed by JetBrains.

Web page: jetbrains.com/go

How easy to press shortcuts: 76%

More information >>

Updated: Updated program information. (3 updates.) 11/16/2022 6:10:15 PM New program added.
11/16/2022 6:13:24 PM Updated program information.
11/16/2022 6:13:29 PM Updated program information.

Shortcut count: 129

Platform detected: Windows and macOS mixed

Similar programs



User operations

Add GoLand (Windows) to favorites

Add to favorites

Advertisement


What is your favorite GoLand (Windows) hotkey? Do you have any useful tips for it? Let other users know below.


 
No comments yet. Ask, or type the first one!