Task list comment tokens
Streamline development by highlighting actionable items in code, improving visibility, collaboration, and maintainability
Comment tokens
// ERROR: This code throws a specific reproducible error.
// BROKEN: This code is broken and will not run.
// WTF: WHAT THE ****?// HACK: This code has intentionally been hacked to work. It should NOT go into any
// production release.
// FIXME: This code works but could be better. Needs better abstraction,
// maintainability, performance, etc.
// BUG: This code works and was expected to be right but a bug has been found (usually
// flagged post-production).
// REVIEW: This code is probably right but should be reviewed for peace of mind.
// SMELLS: Same as FIXME.Visual Studio

VS Code

Last updated
Was this helpful?