KLAVYEDE KISA YOLLAR

Gürcan Sevkican
1 min readJan 24, 2022

alt-1 — Files
alt-5 — debug
alt-9 — Version ControlF4 — open a selected file in Version Control view
F7 — Step in
F8 — Step over
F9 — Continue runningctrl-P (inside method parameter) = show valid parameters
ctrl-Space (after “.” in class name) = show valid methods
Tab = complete the method ctrl-alt-L = reformat code
ctrl-alt-O = remove unused imports
ctrl-shift-/ = block comment
ctrl-/ = line commentctrl-D = show difference of a file in version controlCheck In process:
ctrl-K (commit — make sure all files are selected that you want)
ctrl-T (pulls and rebases changes from the master repo)
ctrl-shift-K — (push your changes back up)ctrl-alt-shift-Insert — new file plain textctrl+Y — delete linectrl-N — open class
ctrl-shift-N — open file (can include “:line number” at the end)ctrl-shift-F — Find in filesalt-F7 — Show Usagesctrl-click or ctrl-B — goto declarationRight-click Git>Show History

--

--

Gürcan Sevkican

Software Test Engineer | ISTQB® Certified Tester| Java | Selenium | JUnit | TestNG | Cucumber | SDLC | Agile | SQL | JDBC | Postman | Jenkins | Jira | API