atom / autocomplete-plus

View and insert possible completions in the editor while typing
MIT License
960 stars 263 forks source link

Add configuration to disable auto focus #691

Open sharifzadesina opened 8 years ago

sharifzadesina commented 8 years ago

Hi When you'r writing something which need enter or tab after that, auto complete will change your enter or tab to first suggestion and this is very annoying. In other IDEs or editors like PHPStrom which i used, this auto focus are disable and we can focus on suggestions manually (e.g. with keyboard top and bottom buttons). For example you can test <?php snippet. tnx

lee-dohm commented 8 years ago

You can change the "Keymap for Confirming a Suggestion" in the autocomplete-plus configuration in the Settings View:

screen shot 2016-04-20 at 12 11 39 am

I specifically change it to Tab and that resolves this problem for me.

sharifzadesina commented 8 years ago

This will solve this problem for me but will take my programming speed. Also maybe someone needs tab after suggestions.