Code auto complete window after adding comma Evgbv 创建于 2018年02月15日 03:59 Hello! How can I remove the auto-complete window after I put a comma when I list the values in the array?
An example or a screenshot please?
<?php
$a = [
'one' => 'aaaa', <---- after I put comma open auto-complete window
'b' => 'bbbb', <---- after I put comma open auto-complete window
];
Cannot reproduce it - what appears in the completion window?
What are the settings in Settings/Preferences | Editor | General | Code Completion?
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
Please check if you have anything mapped to the
,shortcut atPreferences | Keymap | Find Actions by Shortcut.>> Please check if you have anything mapped to the
,shortcut atPreferences | Keymap | Find Actions by Shortcut.There is no combinations with the «,» symbol.
Any custom plugins enabled? Please turn the all down if any and check how it goes afterward.
Thanks Eugene, the "Kite" plugin was causing this weird behavior.