You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code editor of the processing doesn't allow even an option to autocomplete curly braces. I think there should atleast be an option for the same.
Expected Behavior
if we write void setup(then the parentesis should close. Further void setup(){ the curly brace should close with proper indentation.
Current Behavior
Currently you have to manually close every single bracket. Which gets extremly annoying for people who regularly code in vs code.
Even though you can have a vs code setup by coding in vs code and have processing run through terminal I feel an option should be given. know similar discussions have been had on P5 and the result was it would be problematic for beginners. But we can still have this as an option.
Steps to Reproduce
Use any parenthesis or curly braces
Your Environment
Processing version: in 3.0 and 4.0 beta
Operating System and OS version: Mac OS
Other information:
Possible Causes / Solutions
We can have a boolean in prefrences.txt and just have a function which first checks for the boolean and auto completes.
The text was updated successfully, but these errors were encountered:
Created by: Aviii06
Description
Currently the code editor of the processing doesn't allow even an option to autocomplete curly braces. I think there should atleast be an option for the same.
Expected Behavior
if we write
void setup(
then the parentesis should close. Furthervoid setup(){
the curly brace should close with proper indentation.Current Behavior
Currently you have to manually close every single bracket. Which gets extremly annoying for people who regularly code in vs code.
Even though you can have a vs code setup by coding in vs code and have processing run through terminal I feel an option should be given. know similar discussions have been had on P5 and the result was it would be problematic for beginners. But we can still have this as an option.
Steps to Reproduce
Your Environment
Possible Causes / Solutions
We can have a boolean in prefrences.txt and just have a function which first checks for the boolean and auto completes.
The text was updated successfully, but these errors were encountered: