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'd like to be able to comment out some text without adding spaces between comment sequences /*,*/ and the commented out text. E.g., to get /*foo*/ instead of /* foo */ when selecting foo and hitting Toggle Block Comment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to be able to comment out some text without adding spaces between comment sequences
/*
,*/
and the commented out text. E.g., to get/*foo*/
instead of/* foo */
when selectingfoo
and hitting Toggle Block Comment.Is there a setting controlling this behavior?
Beta Was this translation helpful? Give feedback.
All reactions