Possible to make code completion the same between PHP And Javascript?
When editing PHP code and a code-completion list is display, I only need to press "Enter" to accept the first item. With Javascript, I have to press the down-arrow key once then press enter.
I feel like every time I switch between writing PHP and Javascript, I have to relearn the interface.
Is there a config that would allow for consistent code-completion behaviour between PHP and Javascript.
Interestingly, NetBeans has this same issue which makes me wonder if it's an intentional design choice, but I don't understand why.
Please sign in to leave a comment.
Hi there,
Settings | Editor | Code Completion | Preselect the first suggestion = Always ?