Avin Zarlez
Avin Zarlez
Code formatting would be great, but it is also very much a non-trivial amount of work to set up. Even more so when you factor in that even if you...
I only had it officially support .pde files. I don't think the language files for the extension support processing.js - I suppose a psj can still be useful having just...
After some thought about this feature, there are multiple issues that come up with implementation. Specifically, there wouldn't be a run task anymore. You'd need to have a custom run...
Further note: Once you open all those workspaces, you can save a workspace file into your repo that you can open in the future with VSCode to automatically open those...
This is a feature that doesn't exist in the extension. It's a good idea, just a matter updating the .tmlanguage file. Honestly, I haven't touched it in over 3 years...
That explanation seems like something that could be turned into an useful instructional blurb in the readme!
The task file is created via copying the ProcessingTasks.json file. https://github.com/TobiahZ/processing-vscode/blob/main/ProcessingTasks.json The task executes processing directly, will need to tweak run_task_file from line 131 of extension.ts As I have said...
I think #22 solved this issue?
Nope, issue still there. Need to address
Depends on what you mean exactly by Intellisense. This plugin just adds syntax highlighting and code snippets, not full on Intellisense. VS Code IntelliSense is only provided for JavaScript, TypeScript,...