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 feel like even some sort of naive detection would work, something like: if the comment character is "#", the first character following the start character is a "!", and the cursor is on the first line of the file - don't continue the "comment".
When writing stuff like a shell script, you usually write a shebang at the start.
The shebang, however, looks like a comment in many shell languages because they use # as comment syntax.
Also, maybe adding a way to not extend the comment (idk... shift-enter?) would be cool :)
Thanks!
The text was updated successfully, but these errors were encountered: