Implementation of IntelliSense code completion in p5.js-web-editor

Hello everyone,
First of all thank you all the creators of p5.js for creating such an amazing project. I have recently started learning p5.js and while using the p5.js-web-editor, I didn’t found any code completion feature. Having a code completion feature would be really helpful for beginners like me who are new to this library and need some help getting familiar with the methods and prototypes of p5.js.
Just wanted to know, is implementing such a feature possible? and is anyone working on it??

Hi,

You might want to look at this GitHub issue :

They talk about Tern.js.

I don’t know if it’s still active but you can investigate! :wink:

1 Like

Hi there,

I had the same question last week and I found this p5 blog on how to setup P5 in VS Code. it was very easy and fast. But I still use P5 editor to try snippets.

https://breaksome.tech/p5js-editor-how-to-set-up-visual-studio-code/

good luck!

1 Like