Reputation: 206
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.
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?
Upvotes: 0
Views: 60
Reputation: 3140
There is a new beta setting for this:
Settings → Editor → Inline Completion → Synchronize inline and popup completions
Upvotes: 0