VScodeでJavaのインポート文をFixしたい
VScode で Java 開発、快適です。
で、import文を自動でフィックスしたい場合。
Eclipse だと Ctrl + Shift + O でできるじゃん?
VScode の場合は Alt + Shift + O でした。
キーボードショートカットの editor.action.organizeImports に登録されています。
{
"key": "shift+alt+o",
"command": "editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly &&