How to get real time syntax error updates for p5.js in sublime text 3

nidnid
edited March 2018 in p5.js

Hi,I'm new to programming. I want to do what the title says...Also for HTML and CSS, but I don't know how... You guys seem nice so i thought i'd ask here :) plz help!

Tagged:

Answers

  • Answer ✓

    Look for suitable plugins.

    For JS, eslint is probably a better choice than jshint these days. I doubt you'll find anything p5 specific. In theory TypeScript can give you compile-time errors on your code (if you can find and use up-to-date p5 typings); but I wouldn't bother with the frustration that will most likely cause: just set up something like live-reload and you get run-time errors in pretty much real-time...

Sign In or Register to comment.