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
I remember we wanted to have the pop-up messages appear when the user attempts to type an invalid character in a variable identifier.
Currently, it highlights it in red and does not allow the user to insert the character. Do we still want to add these?
Do we want incomplete code to say something when you hover over it? Currently we just put a general statement in the console, but for example, Pycharm would say "Expression Expected" when you hover over such a warning.
Personally, I think we should add 1. 2. might require a bit too many changes.
The text was updated successfully, but these errors were encountered:
@MajeedKazemi do we want to include these?
I remember we wanted to have the pop-up messages appear when the user attempts to type an invalid character in a variable identifier.
Currently, it highlights it in red and does not allow the user to insert the character. Do we still want to add these?
Do we want incomplete code to say something when you hover over it? Currently we just put a general statement in the console, but for example, Pycharm would say "Expression Expected" when you hover over such a warning.
Personally, I think we should add 1. 2. might require a bit too many changes.
The text was updated successfully, but these errors were encountered: