Ещё немного о выделении кода в WebStorm
Описание
Документация по навигации:
https://www.jetbrains.com/help/idea/navigating-through-the-source-code.htm #caret_navigation
https://www.jetbrains.com/help/rider/Selecting_Text_in_the_Editor.html (для другого продукта JetBrains, но то же самое работает и в WebStorm)
Горячие клавиши, используемые в видео:
Ctrl + Right (Move Caret to Next Word)
Ctrl + Left (Move Caret to Previous Word)
Ctrl + Shift + Right (Move Caret to Next Word with Selection)
Ctrl + Shift + Left (Move Caret to Previous Word with Selection)
Shift + Up (Up with Selection)
Shift + Down (Down with Selection)
Shift + Page Up (Page Up with Selection)
Shift + Page Down (Page Down with Selection)
Shift + Home (Move Caret to Line Start with Selection)
Shift + End (Move Caret to Line End with Selection)
Ctrl + M (Scroll to center)
Рекомендуемые видео



















