TIL: when using @code, if an ES Module exports something you haven’t imported yet through destructuring, it’ll still show up in autocomplete and, if you select it, it’ll automatically add it to your import statement! That’s frickin cool.

  • 0
  • 1