In the Script Editor, TODO
is a comment codetag that gets bolded. This is helpful for distinguishing whether a comment is documenting behavior or is giving attention to something that needs to be done.
However, it is the only codetag currently available.
The Proposal
As a QoL update, add more highlighted codetags such as NOTE
, FIXME
, BUG
, HACK
and NOFIX
. This addition would help programmers write more concise comments in our code which stand out.
Here’s some examples of where the aforementioned codetags could be used in: