Clean Up Messy Imports With Optimize Imports

Quickly remove any unused imports and more.

With the Optimize Imports action ⌃⌥O (macOS) / Ctrl+Alt+O (Windows/Linux), you can quickly remove any unused imports, merge imports from the same module, and optionally sort the import statements.


Related Resources

Generate documentation with AI
Generate documentation with AI
AI can help you make XML documentation both automatic and useful.
Add console.log Faster
Add console.log Faster
Use Postfix Completion to quickly add console.log.
Create getters and setters for struct fields
Create getters and setters for struct fields
Generate the support code to access fields indirectly, via getters and setters