While browsing through C++ code in VS Code, I am looking for a better way (possibly just a simple keyboard shortcut after some configuration) to do the following:
- My cursor is hovering over a symbol (e.g.
MyClass
class). - I want to search for this symbol in all project files (i.e. perform Ctrl + Shift + F search on the symbol under cursor)
At present I don't know a better way then to copy the symbol name -> Ctrl + Shift + F -> paste the name -> hit 'Enter'.