---
title: "Highlighting TODOs, FIXMEs, ERRORs"
slug: highlighting-todos-fixmes-errors
section: tech
date: 2015-07-06T12:36:00.000Z
canonical: https://roland.leth.ro/blog/tech/highlighting-todos-fixmes-errors
---

I found [krakendev's](http://krakendev.io/generating-warnings-in-xcode) idea quite interesting. 

There are two downsides:

* it will highlight **all** `ERROR`s, even in this case:

```objc
NSLog(@"ERROR: Reason here");
```

* it will highlight code inside frameworks as well.

Sadly, I'm not good with bash, so I don't really know how to improve these downsides, but you might find it helpful, nonetheless. Keeping it for future reference, as well.