Index

Table of contents

basic editing

delete line
shift + delete
ctrl + shift + l
move line
alt + up(down)
close editor
ctrl F4
close all editors
alt + w, l

context aware editing

show method arguments
ctrl + shift + space
add import
shift + alt + F10
rename
ctrl + r, ctrl + r
extract method
ctrl + r, ctrl + m
format source code (selection)
ctrl + k, ctrl + f
format source code (whole document)
ctrl + k, ctrl + d

navigating / searching

open type
ctrl + ,
go to implementation
ctrl + F12
find references
shift + F12
full text search
ctrl + shift + f
history back (previously opened file)
ctrl + -
history forward
ctrl + shift + -

running / debugging

run without locking editor
ctrl + F5