Skip to content

Commit

Permalink
vscode(+intellij specific): add organizeImports shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik1998 committed Jan 29, 2022
1 parent 0f0aa8f commit 352258c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"before": ["<leader>", "e"],
"commands": ["workbench.action.toggleSidebarVisibility"]
},
{
"before": ["<leader>", "o"],
"commands": ["editor.action.organizeImports"]
},
{
"before": ["<leader>", "f"],
"commands": ["revealInExplorer"]
Expand Down

0 comments on commit 352258c

Please sign in to comment.