Hi @atcold ,
Welcome to the forum!
Since you are on VSCode, have you seen this p5js extension?
It says:
p5.vscode helps you create p5.js projects in Visual Studio Code. It also includes autocompletion , a simple tool to browse and install third-party p5 libraries, and the Live Server
extension.
Also check this GitHub issue:
opened 06:11PM - 31 Mar 16 UTC
closed 07:10PM - 02 Apr 16 UTC
Hi ,
First of all I would like to say that P5 editor is great and easy to use. … The only one thing I am missing in P5 editor is intellisense. So, I try to run P5 project using Visual Studio Code. In VS Code for intellisense we need type script file i.e. tsd file for the js file for which we need intellisense. Since I couldn't found any P5 tsd files it is not helping much. Can you please look into this issue?
And also this:
Hi all,
I’m a teacher introducing p5 to beginning programmers. I didn’t want to walk students through a complicated editor setup, but I was finding myself a bit frustrated with the web editor and openprocessing editor because I’ve gotten very used to Intellisense (from Visual Studio Code) in my own p5 coding (I use p5 in typescript mode myself). If you don’t know what Intellisense is, it’s essentially a way to get documentation about functions and auto-completion automatically in an editor (I’m…
1 Like