antiboredom / p5.vscode

A VS Code extension to generate new p5.js project files.
Other
56 stars 16 forks source link

Autocomplete stopped working #29

Closed SolaireOfUnity closed 2 years ago

SolaireOfUnity commented 3 years ago

After a 2 day pause i came back to my project to find that simple commands like "Fill" and "Stroke" do not get recognised by the autocomplete anymore and I don't know why.

cgiles commented 2 years ago

I have the same issue.

antiboredom commented 2 years ago

This should be fixed now.

cgiles commented 2 years ago

Just came here for said I found what was the cause of the issue. I checked my jsonconfig.json, and the path was for an earlier version, which wasn't present on my computer anymore (samplavigne.p5-vscode-1.2.8) and once updated to one present on my computer, it worked again !