KilledByAPixel/LittleJS

VSCode intellisense

ClementCariou opened this issue · 3 comments

Hello,
I noticed VSCode intellisense doesn't always work.
image
Currently, the JSDoc employs more explicit argument names than the ones utilized in the function :
image

The following solutions can be considered :

  • Use the explicit name in the code
    image
  • Write the explicit name in the argument description
    image

thank you for noticing this. that makes sense, i see it too. will try to fix.

Fixed! I think I got everything but possibly missed one. let me know if you see anything else, thanks!

b33f935

Thank you ! 😃