Tural Asgarov
Tural Asgarov

Reputation: 1377

JetBrains IDEs code completion with . (dot)

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

Answers (1)

LazyOne
LazyOne

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:

  1. Settings/Preferences
  2. Editor | General | Code Completion
  3. Insert selected suggestion by pressing space, dot, or other context-dependent keys

enter image description here

Upvotes: 3

Related Questions