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
When you have multiple languages in a single file, comment type doesn't change.
Example:
In an html file, ^C will make a block comment using <!-- and -->.
However, in a <Script> tag, the correct comment type is //, but ^C still results in an html comment.
Suggested Enhancement:
Make comments dependent on context.
The text was updated successfully, but these errors were encountered:
When you have multiple languages in a single file, comment type doesn't change.
Example:
In an html file, ^C will make a block comment using
<!--
and-->
.However, in a
<Script>
tag, the correct comment type is//
, but ^C still results in an html comment.Suggested Enhancement:
Make comments dependent on context.
The text was updated successfully, but these errors were encountered: