Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

PHP missing functions #13

Closed Jurigag closed 9 years ago

Jurigag commented 9 years ago

When i have for example function like:

public function setCalendarEntry(\XYZ\CoreBundle\Entity\CalendarEntry $calendarEntry = null)
    {
        $this->calendarEntry = $calendarEntry;

        return $this;
    }

then its not detected in outline, i guess its cuz of object with namespace in argument ?

Jurigag commented 9 years ago

Thanks ! Working fine !