Вопрос

In IntelliJ 12, the FIXME comment is regarded as a normal comment with typo. How to make it known by IntelliJ IDEA just like TODO comment?

Это было полезно?

Решение

Edit TODO pattern

In Settings/TODO press '+' to add a pattern, add the following pattern: \bfixme\b.*, assign an icon if necessary, apply changes. This should solve your issue.

screenshot of Preferences  loading= Editor > TODO > Edit Pattern">

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top