LoginSignup
2

More than 5 years have passed since last update.

Using Jetbrain IDE Family

Last updated at Posted at 2013-11-28

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

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2