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
But long story short, if i want to comment something between some parts of the code, the comment is formatted to the end of the last node (as if it was a inline comment)
How to reproduce
object foo {
var hp =0
}
// commentobject bar {
var hp =0
}
Formats to:
object foo {
var hp =0
} // commentobject bar {
var hp =0
}
This was annoying while making the assignment and trying to comment which student was reponsible or like commenting the actual exercise statement.
The text was updated successfully, but these errors were encountered:
Made a test to check this behavior
But long story short, if i want to comment something between some parts of the code, the comment is formatted to the end of the last node (as if it was a inline comment)
How to reproduce
Formats to:
This was annoying while making the assignment and trying to comment which student was reponsible or like commenting the actual exercise statement.
The text was updated successfully, but these errors were encountered: