Mark out comment

Is possible to makout some comment line (some part of it) so it could be visualy easy to distinguish it at a glance? (for example some importaint information in the comment)

0
2 comments

Hi there,

Only via TODO functionality, e.g.

//TODO: Implement this bla-bla

  1. "Settings | TODO" -- you can set up your own TODO markers/patterns.
  2. Then on TODO tool window you can filter what todos to show


http://confluence.jetbrains.com/display/PhpStorm/Working+with+todo+comments+and+the+todo+tool+window


Other than that -- maybe quick find (Ctrl+F; on current file only) to temporarily highlight desired text (exact text or regex)

0
Avatar
Permanently deleted user

That works great, thank you.

0

Please sign in to leave a comment.