sdk
sdk copied to clipboard
configure code generation based on enabled lints
Where possible, code that is generated by assists, fixes, refactorings and snippets should be idiomatic with respect to enabled lints. (For example, trailing commas should be inserted where appropriate, absolute imports preferred, var vs. final locals, etc.)
- #49541
- #49556
- #49559
- #49560
- #49561
- #49562
Agree! And double quotes for auto-added imports.