Search code examples
intellij-ideavisual-studio-codeshortcuthotkeys

What shortcuts for Intellij from VS code for toggle side bar visability and quick open


Recently had to work in VS code and found some useful shortcuts like Ctrl+B(Toggle Side Bar Visibility) opens left side project hierarchy and Ctrl+P(quick find) search field for finding files in projects. I would like to use those hotkeys in Intellij too, but can't find them.


Solution

  • Alt+1 to toggle the Project View tool window. Shift+Shift for Search Everywhere or Ctrl+Shift+N for files only.

    Related documentation: