In this video we will show you how to use IntelliJ IDEA for productive development with Scala. We will create a simple application and write a few tests for it.
TRANSCRIPTION
1. Open Project Structure ⌘; (Ctrl+Alt+Shift+S)
2. Create a class, a folder a file or ^N (Ctrl+N)
3. Maximize Editor ^⇧F12 (Ctrl+Shift+F12)
4. Run code at cursor ^⇧F10 (Ctrl+Shift+F10)
5. Create a class, a folder or a file in current package ⌥^N (Alt+Ctrl+N)
6. Rename ⇧F6 (Shift+F6)
7. Create a test ⇧⌘T (Ctrl+Shift+T)
8. Select default completion ⇥ (Tab)
9. Introduce a variable ⌥⌘V (Alt+Ctrl+V)
10. Navigate to the tested class ⇧⌘T (Ctrl+Shift+T)
11. Show Declaration Info ⇧⌘I (Ctrl+Shift+I)
12. Run the previous code ⇧F10 (Shift+F10)
13. Jump to Navigation Bar ⌘↖ (Ctrl+Home)
14. Show Type Info ^⇧P (Ctrl+Shift+P)
15. Swith Editor Tabs ^←→ (Ctrl+Right) (Ctrl+Left)
16. Structural selection ⌘W (Ctrl+W)
17. Switch to Recent Files ⌘E (Ctrl+E)
18. Basic Completion ^Space (Ctrl+Space)
19. Navigate Back & Forward ^⌥← ^⌥→ (Alt+Ctrl+Left) (Alt+Ctrl+Right)
20. Show Implicit Conversions ^Q (Ctrl+Q)
21. Switch to Recently Edited Files ⇧⌘E (Ctrl+Shift+E)
22. Smart Completion ⇧^Space (Ctrl+Shift+Space)
23. Find All Usages ⌥⌘F7 (Alt+Ctrl+F7)
24. Navigate to Declaration ⌘B (Ctrl+B)
25. Show file in ... ⌥F1 (Alt+F1)
26. Version Control Operations ^V (Ctrl+V)
27. Add Files to Git ⌥⌘A (Alt+Ctrl+A)
Download IntelliJ IDEA: [ Ссылка ]
*Author: Andrey Cheptsov
Join us:
Website [ Ссылка ]
Blog [ Ссылка ]
Twitter [ Ссылка ]
Facebook [ Ссылка ]
Ещё видео!