Peekmo / atom-autocomplete-php

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

Bugfix - Ticket #54 - Fix class autocompletion for use statements with slashes in the prefix. #171

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello

This fixes issue #54. The behavior for autocompleting the new keyword remains unchanged and will still add a use statement on top, but when writing a use statement manually that already includes a slash in the prefix, the entire prefix will now be replaced instead of just the word after the last slash.