⬆️ ⬇️

JetBrains WebIDE HotKeys

Made a list of frequently used hotkeys in this wonderful IDE.

Some of them are not in the menu, but nevertheless they are and work fine.



 Ctrl + Del - delete all spaces before the next line and move it to the end of the line where the cursor is.
 Ctrl + W - select the current word
 Ctrl + D - duplicate line
 Ctrl + M - set the current line in the center of the screen
 Alt + F7 - search for using a variable / function in a project
 Ctrl + Alt + F7 - quick display of using a variable / function in a project
 Ctrl + Shift + Del - delete paired html-tags
 Ctrl + Shift + F7 - highlight the use of a variable / function in the current file
 Ctrl + Shift + I - quick view of variable / function definition
 Ctrl + F12 - faster view file structure
 Shift + F6 - rename a variable / function and use it
 Ctrl + Y - delete the current line
 Ctrl + "[" - go to the opening brace
 Ctrl + "]" - go to the closing brace
 Ctrl + G - go to line
 Ctrl + B - go to the declaration of a variable / function
 Ctrl + J - insert a template
 Ctrl + P - information about parameters
 Ctrl + "-" - collapse the block
 Ctrl + "+" - expand the block
 Ctrl + "/" - comment the line / lines (re-uncomment)
 Ctrl + Space - autocomplete
 Ctrl + Insert - select the entire current line and put it in the buffer
 Ctrl + Shift + "/" - insert block comment


 F11 - set / unmark
 Ctrl + F11 - set / remove mnemonic label
 Shift + F11 - show window with set marks
 Ctrl + F - search
 Ctrl + R - search and replace
 Ctrl + Shift + U - case shift
 Alt + Shift + Insert - transition to Column mode.
 Ctrl + Shift + V - shows the clipboard window for inserting the required element from the clipboard.
 Ctrl + P - show function parameters
 Ctrl + / - commenting one line.  Ctrl + / again - uncomment
 Ctrl + Alt + S - settings menu
 Ctrl + Z - one operation back
 Ctrl + Shift + Z - one operation forward
 Alt + Shift + C - view recent changes
 Ctrl + Alt + I - align line indents automatically
 Ctrl + Up / Down - scrolls the screen up / down
 Ctrl + Shift + Up / Down - move the line up / down






I think that someone will come in handy.


')

Source: https://habr.com/ru/post/82253/



All Articles