VS Code
This is version . It is not the current version, and thus it cannot be edited.
Back to current version   Restore this version

Visual Studio Code, kurz VS Code wurde als Code Editor geschaffen, hat sich inzwischen als komplette Entwicklungsumgebung weiterentwickelt.

Settings#

Es gibt 3 Settings:

Der Dateiname ist settings.json

Save Action Organize Imports#

Es sind zwei Settings notwendig:
    "editor.codeActionsOnSave": {
        "source.organizeImports": true
    },
    "java.saveActions.organizeImports": true,