sdk icon indicating copy to clipboard operation
sdk copied to clipboard

configure code generation based on enabled lints

Open pq opened this issue 3 years ago • 1 comments

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

pq avatar Jul 28 '22 19:07 pq

Agree! And double quotes for auto-added imports.

lrhn avatar Jul 28 '22 19:07 lrhn