Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IntelliJ 12 では、FIXME コメントはタイプミスのある通常のコメントと見なされます。TODOコメントと同じように、IntelliJ IDEAでそれを知らせるにはどうすればよいですか?
TODO
設定/TODO で「+」を押してパターンを追加し、次のパターンを追加します: \bfixme\b.*、必要に応じてアイコンを割り当て、変更を適用します。これで問題が解決するはずです。
\bfixme\b.*