Udi Trugman
Udi Trugman
## Environment * **IntelliJ Rust plugin version:** 0.4.200.5421-232 * **Rust toolchain version:** 1.71.0 * **IDE name and version:** 2023.2.1 * **Operating system:** macos ## Problem description Ctrl+Tab switcher does not...
Hi, First, thanks for a great project! Larger projects, typically have more than one target and in many cases also CLI tools that use the rust library. For that, It...
### Describe the bug codegen fails on the below: ``` #[frb(dart_code = " int testDartCode() { return 3; } " )] ``` this is the error: ``` Error: cannot parse...