IDA Pro plugin to display and search comments in the database.
The recommended way is to use the hcli tool:
hcli plugin install showcommentsAlternatively, copy showcomments.py to the plugins directory under your IDA Pro installation path or your IDA user directory.
From an IDA View, Hex View, or Pseudocode window, go to Edit ▸ Plugins ▸ ShowComments or press Ctrl+Alt+C.
- Supports regular, repeatable, function, anterior, and posterior comments
- Filter comments with regular expressions
- Double-click an address to jump to it in IDA
- Click table headers to sort columns
IDA does not currently provide an API to distinguish user-added comments from other types.
As a workaround, you can use repeatable comments consistently and then sort by them in ShowComments.
The plugin has been tested with IDA versions >= 9.2. It may work with other versions, but this has not been verified.

