wanna_coder101
wanna_coder101

Reputation: 206

How to force PhpStorm to always show popup code completion alongside (AI) inline completion

Is there anyway of always showing the popup code completion alongside (AI) inline completion in PhpStorm/WebStorm?

My default view looks like below, where the inline completion shows, but there's no popup code completion.

Default View

If I used the shortcut to open the code completion block, I can get both both code suggestions like I want. However, I want to have both always appear automatically. Is this possible?

View after force adding code completion block

Upvotes: 0

Views: 60

Answers (1)

return1.at
return1.at

Reputation: 3140

There is a new beta setting for this:

Settings → Editor → Inline Completion → Synchronize inline and popup completions

Upvotes: 0

Related Questions