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
The hotkey ctrl+/ comments out a line of code.
The slashes (//) are put all the way in the front like ____code \\____some code ____other code
_ are spaces
But the auto formatter is thinking that there aren’t any spaces there so it puts the spaces in front of the slashes (//)
____code ____\\____some code ____other code
_ are spaces
And if you un comment it than it only removes the slashes (//) and so there are too many spaces
The text was updated successfully, but these errors were encountered:
The hotkey ctrl+/ comments out a line of code.
The slashes (//) are put all the way in the front like
____code
\\____some code
____other code
_ are spaces
But the auto formatter is thinking that there aren’t any spaces there so it puts the spaces in front of the slashes (//)
____code
____\\____some code
____other code
_ are spaces
And if you un comment it than it only removes the slashes (//) and so there are too many spaces
The text was updated successfully, but these errors were encountered: