Peekmo / atom-autocomplete-php

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

"Built-in PHP function": Keyboard shortcut for "More.." #231

Closed fractalf closed 8 years ago

fractalf commented 8 years ago

Is it possible to make a keybinding to open the "More.." link without having to press with the mouse?

... description: 'Built-in PHP function.' # Needed or the 'More' button won't show up. descriptionMoreURL: config.config.php_documentation_base_url.functions + word

Peekmo commented 8 years ago

Hello,

The "more" button is managed by the autocomplete-plus package. It seems that it's not possible today, but open an issue to their package if you want this feature :)

Regards, Peekmo