Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Bugfix - FileParser and full class retrieval (also contains refactoring). #134

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello

Today I'm bringing you more fixes and refactoring to the FileParser. This does the following:

I also added more test cases in my test repository under testParentImports if you're interested in seeing all of them at work.

I think (I hope) I have all the cases and corner cases of imports working now.

Peekmo commented 9 years ago

Nice thank you !