A VS Code extension that provides convenient cross-language navigation between commands/events in frontend and backend code in the IDE (for Tauri projects)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A VS Code extension that provides convenient cross-language navigation between commands/events in frontend and backend code in the IDE (for TAURI® projects).
This extension is not officially supported by the Tauri team and is provided as-is. It is maintained by a third party and may not receive updates or bug fixes in a timely manner. Use at your own risk.
Features
Go to Definition: Ctrl+Click (or F12) on frontend event/command names to jump to the Rust implementation.
Hover Information: Display command/event details on hover in frontend code.