#autocomplete in TS

1 messages · Page 1 of 1 (latest)

obsidian river
#

weird and maybe stupid question. Autocomplete was working fine for days and then randomly stopped working. Any ideas why?

My best guesses:

  1. i updated to latest Needle

What i tried

  1. deleting node_modules and letting it reinstall
#

like it wont autocomplete because it cant find the module. But the module is there and the scripts do indeed work, despite the errors in IDE

solar holly
#

try running a clean install and reopen vs code

obsidian river
solar holly
#

If you hover over this button while holding alt

#

that's what i mean by "clean install"

solar holly
#

What Node version are you running?

obsidian river
#

i had the wrong version of Node. Fixed that and then did clean install how you said and it worked! thank you!