Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Devtools console autocomplete key shortcut change

When I use the chrome devtools console, the Tab key is used to perform autocomplete when typing. Can this key be changed? I am impartial towards Enter since this is how Eclipse/Netbeans work. Is there an option / extension / some options file that would allow me to change that?

like image 928
Philip Alexander Hassialis Avatar asked May 25 '26 13:05

Philip Alexander Hassialis


1 Answers

As of 2023 there is now an option for OP's original request of accepting autocomplete suggestions with the enter key.

In Chrome settings -> preferences -> "Accept autocomplete suggestion on Enter"

Screenshot of Chrome devtools settings

like image 182
Félix Paradis Avatar answered May 31 '26 11:05

Félix Paradis