Problem
When I type null
, and use any form of code completion such as Ctrl-Shift-Return
for example, it chooses the top-most option from the auto-complete dropdown, but the top-most option is never the one I want.
Example:
Question
Is it possible to "downvote" an option to rank it lower? Or in any other way modify the priorities of options in the auto-completer?
Extra info
The null()
function comes from this project, via composer installation.
This problem has persisted for quite a while, and has survived several version upgrades. Current version info:
PhpStorm 2019.1
Build #PS-191.6183.95, built on March 27, 2019
Licensed to [Redacted]
Subscription is active until [Redacted]
JRE: 1.8.0_202-release-1483-b39 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.9.0-8-amd64
I've manually picked the second option, plain null
, many times without this affecting the priority of this list, so there's certainly no learning aspect to it.
PS: The tag PhpStorm-2019.1
does not yet exist, and I don't have the reputation required to create it. I added the 2018.1 tag because the problem has existed since that version.