Skip to content

How do you search through the code to understand things further? #1067

Answered by cart
visualcode-t asked this question in Q&A
Discussion options

You must be logged in to vote

I recommend installing the Rust-Analyzer vscode plugin: https://github.com/rust-analyzer/rust-analyzer

Then you should be able to do things like:

F12: navigate to symbol source
Ctrl-o: search symbols in current file
Ctrl-shift-o: search all symbols in the project

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@visualcode-t
Comment options

Answer selected by visualcode-t
Comment options

You must be logged in to vote
1 reply
@visualcode-t
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants