Currently, in the Semantic Highlighting beta (“Script Editor Beta Features”), TODO
inside of comments is highlighted separately. However, the casing must be TODO
exactly.
I sometimes use todo
instead of TODO
when I’m in a hurry, and it would be nice to have it highlighted the same as TODO
in studio. It’s highlighted the same in my other editors, and the inconsistency is annoying.
If Roblox changed this, it would make my life easier since some older code I have would be easier to work with inside of Studio.
Technically VSCode highlights all case variants (ToDo
, tOdO
, etc.) but from what I know that would be annoying to implement in Studio, so I’m cool with just having todo
.