idea-php-toolbox icon indicating copy to clipboard operation
idea-php-toolbox copied to clipboard

Add method scope search for targets

Open Haehnchen opened this issue 10 years ago • 0 comments

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')
}

Haehnchen avatar Jul 12 '15 15:07 Haehnchen