4

jetbrains there is no situation i want wildcard import (or at the very least the people i work with who know better than i do)

disable that shit by default

Comments
  • 0
    jetbrains, I always want a wildcard import

    please add an option to configure this shit
  • 1
    I always use wildcard import for utils, because I write my JavaScript the lisp way, by combining many utils together. I have a ton of utils, importing them one by one will take a lot of room. This wildcard doesn’t mess up tree shaking because every single util is used at least once within the project. If something’s not used, I delete it
Add Comment