Xem lại 2 phần trước đó
Search in Project
Windows : CTRL + SHIFT + F
macOS : CTRL + SHIFT + F
It allows you to perform search operation inside your current project.

Optimize import
Windows : CTRL + ALT + O
macOS : CMD + ALT + O
It will delete unnecessary and unused imports, however you can also enable this setting from preferences -> Editor -> General -> Auto import -> Optimize import on fly

Issue Quick Fix
Windows : ALT + ENTER
macOS : ALT + ENTER
It will suggest you to quick fix your compile time errors.

Line Comment
Windows : CTRL + /
macOS : CMD + /
It will comment/uncomment your current line.

Block Comment
Windows : CTRL + SHIFT + /
macOS : CTRL + SHIFT + /
It will comment/uncomment selected block of code.

Method Parameter
Windows : CTRL + P
macOS : CMD + P
shows you all available parameter of method/function.
