Skip to content

v0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 22:04
· 20974 commits to main since this release

Go To Definition

With this release you can now put your cursor on a Rust symbol (e.g., a variable or a function call) and hit F12 to navigate to the location where that symbol was defined.

Navigation History

You can also navigate back (ctrl+-) and forth (ctrl+shift+-) between all the locations you have visited. For example, you might want to check out the definition of a function your code is calling and then go back to the call site.

Improved styling of Project Diagnostics

Screen Shot 2022-01-26 at 11 54 16 AM