In IntelliJ IDEA when I press Ctrl+Shift+Alt+N, I can search and go to any symbol from all the code that is accessible within the project. For example, in a Java Maven project, Go To Symbol would search all symbols across the JDK standard library, all the Maven dependencies of your project, and your project source code. Is there a way to search/list/goto any symbol like that in VSCode please?
A bit more context: it's a Rust project via rust-analyzer
extension. The use case is, I vaguely remember something somewhere had a method with a specific word in it, but I have no idea where (stdlib? dependent crates? my code?). I'd like to input that word and get a list of all the symbols that match it.