Code auto complete window after adding comma

Hello! 

How can I remove the auto-complete window after I put a comma when I list the values in the array?

0
8 comments

An example or a screenshot please?

0

<?php 

$a = [

      'one' => 'aaaa',   <---- after I put comma open auto-complete window 

      'b' => 'bbbb',     <---- after I put comma open auto-complete window

];    

 

0
Avatar
Permanently deleted user

Cannot reproduce it - what appears in the completion window?

What are the settings in Settings/Preferences | Editor | General | Code Completion?

0

Have the same problem. When I enter comma and enter, ide add code from autocomplete

Settings:

 

PhpStorm 2017.2.4
Mac OS X 10.12.6

0

When I enter comma and enter, ide add code from autocomplete

Please check if you have anything mapped to the , shortcut at Preferences | Keymap | Find Actions by Shortcut.

0

>> Please check if you have anything mapped to the , shortcut at Preferences | Keymap | Find Actions by Shortcut.

There is no combinations with the «,» symbol.

0

Any custom plugins enabled? Please turn the all down if any and check how it goes afterward.

1

Thanks Eugene, the "Kite" plugin was causing this weird behavior.

0

Please sign in to leave a comment.