Using Jetbrain IDE Family


CheatSheet for Keyboard shortcuts

Show Menu

Function Short Cut Remarks
Find Action Ctrl-Shift-A
Refactor This Ctrl+Shift+Alt+T

Auto Edit

Function Short Cut Remarks
Reformatting Source Code Ctrl-Alt-L
Quick Fix Alt-Enter
Completion Ctrl-Space
Complete Current Statement Ctrl-Shift-Enter

Move

Function Short Cut Remarks
Jump to Source Ctrl-B Jump to definition of the specified variable/function/method
Move methods Alt-↑, Alt-↓ Quickly move between methods
Last Edit Location Ctr+Shift+Backspece

Show Sub Info

Function Short Cut Remarks
Find Usages Alt-F7 List caller(s) for the specified variable/function/method
Recent Changes Alt+Shift+c Quick list of recent changes

Refactor

Function Short Cut Remarks
Rename Shift-F6
Move F6 Move a selected class/package/file/directory copy in the same or different package
Safe Delete Ctrl-Delete
Extract Method Ctrl+Alt+M
Ectract Variable Ctrl+Alt+V

Settings (Preferences)

Editor

  • "Allow placement of caret after end of line":チェック外す

Tips

Source Comment

  • Comment starting with // ToDo is automatically gathered as ToDo list by IDE.

Getting Started

IntelliJ

IntelliJ IDEA :: Getting Started

RubyMine

WebStorm

PyCharm

Breifing