I use PyCharm for my python programs. I have been trying out VS Code recently and have been liking it. One feature I miss is the 'Search Everywhere' feature in pycharm which allows you to search for function/method names across your entire project. You can even search for relative function names like project.module.module.function_name and it would show up.
Can I achieve the same thing in VS Code ?