Haehnchen / idea-php-toolbox

Collections of tools and improvements to make PhpStorm a little bit better
http://phpstorm.espend.de/php-toolbox
MIT License
158 stars 20 forks source link

Add method scope search for targets #6

Open Haehnchen opened 9 years ago

Haehnchen commented 9 years ago

We have several calls in frameworks that dont provide an index navigation target. for give an smaller search scope provide an method oder function in which we can search for an given value. provider an provider in json file

function scope() {
  $this->event->foo('VALUE')
}