Does RubyMine support comment codes?

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:

2 comments
Comment actions Permalink

Hello Edward,

Yes. You can configure the patterns in Settings | TODOs; the "TODO" pattern
is enabled by default.

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:

  1. NOTE:

  2. BUG:

  3. TODO:

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Comment actions Permalink

Great!  That worked perfectly!

0

Please sign in to leave a comment.