Peekmo / atom-autocomplete-php

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

Add ability to import use statement outside of autocompletion #338

Closed fuelingtheweb closed 7 years ago

fuelingtheweb commented 7 years ago

This commit adds a new "Import Use Statement" command that can be triggered any time. It uses as much of the existing autocompletion code as possible, but fetches suggestions for the word under the cursor.

Peekmo commented 7 years ago

Hello,

Thank you, nice feature 👍