Does RubyMine support comment codes? Follow
In some IDE's if you prefix your comment with a special keyword it will put a colored indicator in the gutter. For example, some of the one's which come to mind are:
# NOTE:
# BUG:
# TODO:
Please sign in to leave a comment.
Hello Edward,
Yes. You can configure the patterns in Settings | TODOs; the "TODO" pattern
is enabled by default.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Great! That worked perfectly!