Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document usage of VSCode's auto importer for Java #2675

Open
WispySparks opened this issue Jul 19, 2024 · 2 comments · May be fixed by #2688
Open

Document usage of VSCode's auto importer for Java #2675

WispySparks opened this issue Jul 19, 2024 · 2 comments · May be fixed by #2688

Comments

@WispySparks
Copy link
Contributor

No description provided.

@sciencewhiz
Copy link
Collaborator

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
Copy link
Contributor Author

WispySparks commented Jul 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants