Peekmo / atom-autocomplete-php

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

Bugfix/Refactoring - Split off annotations and fix more pesky tooltips. #179

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello

This refactors annotations into separate providers (because they really did not belong in the go to providers) and fixes #155. I've also fixed some additional issues with popovers freezing when one was being shown while the editor closed or the element attached to was removed while it was open.