Index

Table of contents

Intellij

shortcut keys

open settings
ctrl + alt + s

editing

move line
alt + shift + up(down)
delete line
ctrl + y
format source
ctrl + alt + shift + L

templates

add main method
psvm <tab>

refactoring

rename
shift + F6
insert actions popup
alt + enter
create local variable
ctrl + alt + v
inline
ctrl + alt + n

navigating

open class
ctrl + n
show method parameters
ctrl + p
go to definition
ctrl + alt + b
show definition
ctrl + shift + i
show where used
ctrl + alt + 7
alt + shift + 7
show navigator
alt + 1
show outline view
alt + 7

actions

run
shift F10