Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Color Me ErrorNew to Visual Studio Code? Get it now.
Color Me Error

Color Me Error

Josip Medved

|
2,309 installs
| (0) | Free
Highlights TODO and FIXME (configurable) as errors.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Color Me Error

This extension will color any occurrences of TODO and FIXME (configurable) as errors when found in text. Word will be highlighted only when found with non-letter character on each side.

Extension will parse only visible text and thus should be fast even on large or remote files.

Screenshot

Extension Settings

This extension contributes the following settings:

  • colorMeError.words: List of words that will be colored as error.

Default Configuration

"colorMeError.words": [
    "TODO",
    "FIXME",
]

Known Issues

Not Coloring For Large Files

For performance reasons Visual Studio Code doesn't synchronize files that are over 5MB in size (see issue 27100). Therefore, no coloring will be visible on large files. To avoid this you can set editor.largeFileOptimizations to false.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft