Stingray is an IDAPython plugin. Its main feature is searching strings from the current position onwards in the current function. It can do it recursively also with configurable search depth. The results order is the natural order of strings in the BFS search tree.
For each found string it displays the xref address, the string address, the string type and the of course the string itself.
Requirements:
IDA (Hex Rays Interactive Disassembler) version >= 6 with IDAPython
Installation:
Copy src/Stingray.py file to the plugins directory of IDA (%IDAPATH%\plugins) and restart IDA.