Is it possible to set the warning level for TODO / FIXME in Pycharm / IntelliJ?
I'd like to set TODO as a mild warning and FIXME as a higher level warning. It is possible to do this?
Please sign in to leave a comment.
You can change color of markers on scroll bar .. but unable to add (or change, if it has any) severity.
You can define several patterns for todo items (at least in IDEA). Open the todo dockable frame and click on the blue filter. There's an Edit filter popup menu (or go to Preferences > TODO). You can define multiple types of todo patterns there (e.g. todo, fixme, ...). Every one of them can be assigned custom colors/backgrounds in the editor. You can also define filters that limit what is shown in the todo dockable frame.
But you are right, there really seems no way to show some with a warning marker and others with an error marker.