News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Feature Request: Find Usage

Started by mikro, November 14, 2006, 11:51:38 PM

Previous topic - Next topic

mikro

i really enjoy the "Find implementation of" and "Find declaration of" - Functions. Could someone please add a "Find usage of " - Function that enables me to search the project for all places where i use a function?
Thanks from a forgetful newbie :)

dje

Hi !

I am working on a plug in that differs little with what you need.

The plug in consists of a message panel that is very similar to the "Search results".
Take it and add a read only editor on the left to preview search results.

The search will be run on click events in editors in a separate thread not to monopolize application.
User will be able to disable it and to specify open files, project files, workspace files and directories.

I hope I am clear enough and that it will solve your problem.

As it is my first plug-in developement, it will take (a little) time before delivering it.
User interface is OK but I have difficulties with debugging.

Dje