processing-vscode icon indicating copy to clipboard operation
processing-vscode copied to clipboard

A Visual Studio Code extension for the programming language Processing

Results 16 processing-vscode issues
Sort by recently updated
recently updated
newest added

If I press `CTRL+SHIFT+B` to build a new version of my Sketch and run it, and then edit a few variables, and press `CTRL+SHIFT+B` again, I'll get VSCode telling me...

enhancement
question

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** As it stands, when you run a sketch within visual studio code, if there is a syntax error, or some...

**Bug description** When pressing TAB after typing resetM, "resetMatrix()" appears in the predictive keyword list but when TAB is pressed, the text is replaced by "translate(x, y, z)". **To Reproduce**...

bug
question

I've written a simple [problem matcher](https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher), but unfortunately I haven't quite figured out where in the code you are generating the `tasks.json`, so I can't just do a PR for...

enhancement
help wanted

There does not appear to be a decent code formatting option available for PDE files unless you count "Processing Formatter 0.4.0" which has exactly zero config options and doesn't even...

enhancement
help wanted

**Describe the bug** *.pjs files are not highlighting as Processing JavaScript code. **To Reproduce** Steps to reproduce the behavior: 1. Open a `.pjs` file. **Expected behavior** The file is syntax...

question

Presently processing-specific variables like width, height, frameRate, PI etc. aren't highlighted (and neither are built-in functions like setup(), keyPressed() etc), which can be confusing to beginners (I'm currently teaching someone...

enhancement
help wanted