We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Are you asking about the WPILib extension importer (https://docs.wpilib.org/en/stable/docs/software/vscode-overview/importing-last-years-robot-code.html) or something else?
Talking about the source.organizeImports configured like so in vscode's settings.json
"editor.codeActionsOnSave": { "source.organizeImports": "explicit" },
https://code.visualstudio.com/docs/java/java-refactoring#_organize-imports
Activity
sciencewhiz commentedon Jul 19, 2024
Are you asking about the WPILib extension importer (https://docs.wpilib.org/en/stable/docs/software/vscode-overview/importing-last-years-robot-code.html) or something else?
WispySparks commentedon Jul 19, 2024
Talking about the source.organizeImports configured like so in vscode's settings.json
https://code.visualstudio.com/docs/java/java-refactoring#_organize-imports