Reputation: 1377
JetBrains IDEs (now checked with PhpStorm) don't complete with dot. For example I am typing win
and put .
and it becomes win.
whereas I would like it to complete to windows.
. In R# for example it completes the way I want.
Upvotes: 1
Views: 186
Reputation: 165088
This option is disabled by default in PhpStorm. It was auto-enabled when it was introduced... but based on initial feedback it was decided to have it disabled by default.
Anyway:
Settings/Preferences
Editor | General | Code Completion
Insert selected suggestion by pressing space, dot, or other context-dependent keys
Upvotes: 3