I was used to the double shift in JetBrains products to search for symbols. Can add the same keybinding in VSCode keybindings.json with.
{ "key": "shift shift", "command": "workbench.action.showAllSymbols" }