These shortcuts are on Windows, and symbols are from an ABNT2 keyboard
] on ABNT2 is equals to \
´ on ABNT2 is equals to [
Ctrl + / = Comment line
Ctrl/Shift + Enter = New line under/above
Ctrl + D = Duplicate line
Ctrl + Y = Delete line
Ctrl + W = Expand selection
Ctrl + Shift + W = Shrink selection
Shift + Alt + Up = Move line up
Ctrl + Shift + Up = Move statement up
Ctrl + Alt + T = Surround with
Ctrl(2Taps) + Up/Down = Add cursor above/below
Ctrl + Shift + Alt + J = Select all similar to current cursor
Ctrl + Q = Quick documentation
Ctrl + F1 = Inspection description(hover tooltip)
Ctrl + P = Parameter info
? = Go to the end of the current bracket/statement
Alt + Up = Navigate to previous method
Alt + Down = Navigate to next method
Ctrl + F12 = Navigate file structure(show symbols)
Ctrl + B = Navigate to declaration(go to)
Ctrl + Alt + F7 = Show usages
Ctrl + Alt + Left/Right = Navigate back/forward(previous/Next on cursor history)
Ctrl + Shift + Backspace = Last edit location
F2 = Next error
Shift + F2 = Previous error
Ctrl - = Fold
Ctrl + = Unfold
Ctrl + Alt + O = Optimize imports
Ctrl + Alt + L = Reformat
Ctrl + Shift + Enter = Complete statement(and add brackets)
Alt + Enter = Context Actions
Ctrl + . = Select lookup item
Ctrl + Space = Code completion
Ctrl + Alt + M = Extract method
Ctrl + Alt + V = Extract variable
Ctrl + Alt + C = Extract constant
Ctrl + Alt + F = Extract field
Ctrl + Alt + W = Close other tabs (Needs to be added to keymaps)
Alt + Left/Right = Previous/Next tab
Ctrl + Tab = Jump opened files(and editor windows)
Backspace = Close hovered file
Shift + Shift = Search everywhere
Ctrl + E = Recent files
Ctrl + Shift + E = Recent locations
Alt + Home = Navigation bar(breadcrumb)
Ctrl + Shift + T = Navigate to tests
Ctrl + Shift + N = Navigate to files
Ctrl + N = Navigate to class
? = Split/Unsplit
Shift + Alt + F10 = Run
Ctrl + Shift + F8 = Edit breakpoint
Ctrl + Shift + Alt + Left/Right = Stretch window to left/right
Ctrl + Shift + F12 = Toggle all windows(maximize/minimize all)
Alt + Insert = Make new(file)
Alt + 1 = Projects window
Alt + 0 = Source control window
Alt + 6 = Problems window
Alt + F12 = Terminal window
F12 = Jump to last window
Ctrl + Esc = Collapse window
Ctrl + <code>`</code> = Quick switch
Alt + <code>`</code> = VSC operations
Ctrl + Numpad- = Collapse all
Ctrl + Alt + A = Stage all
Ctrl + Alt + Z = Rollback/Unstage all
Ctrl + D = Open diff
F4 = Go to source