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

Not recognise functions where params are in new lines #63

Closed dadagama closed 8 years ago

dadagama commented 8 years ago

example with PHP:

public function myFunction(
  $param1,
  $param2,
  $param3
) {
  //awesome code
}

this function is not shown in the outline list

Hirse commented 8 years ago

See #42. This has been fixed on the master branch and will be included in the next update. Feel free to install from URL if you don't want to wait.