15

me: import express from 'express';

my IDE: quick fix: remove import express from 'express'; ('express' is declared but its value is never read.)

me: // you don't say, as I only just started typing!

Comments
  • 1
    😄
  • 2
    Everyone knows you're supposed to write code at 3 places at once to prevent this from happening
  • 2
    Why are you paying attention to that then?
  • 3
    Everybody knows you write your code first and let the IDE import it for you.
  • 0
    @iiii @petergriffin exactly what I thought afterwards. Also normally I would not have paid attention, just gotten curious about hints and warnings as I am starting to migrate to TypeScript (feel free to follow up with anything about TS here ...)
  • 0
    Hitting Ctrl+S after every typed character?
  • 1
    Me: eel.

    IDE: Element.
Add Comment