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
Right now Multiplier doesn't actually understand comments. I think it'd be nice to make it understand comments in the code, and then also make user annotations a variant of this, e.g. there could be an entity class hierarchy like:
Comment
CodeComment
MultiLineComment
SingleLineComment
UserComment or FloatingComment or Annotation.
The text was updated successfully, but these errors were encountered:
Right now Multiplier doesn't actually understand comments. I think it'd be nice to make it understand comments in the code, and then also make user annotations a variant of this, e.g. there could be an entity class hierarchy like:
Comment
CodeComment
MultiLineComment
SingleLineComment
UserComment
orFloatingComment
orAnnotation
.The text was updated successfully, but these errors were encountered: