Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

known_issues.md

File metadata and controls

18 lines (11 loc) · 591 Bytes

Known issues

Unused imports not cleaned for Rust

As of the latest plugin version for Rust, the imports that are unused are not anymore auto cleaned when pressing Ctrl+Alt+O.

To fix this issue, go to Settings > Editor > Inspections > Rust > Lint. Uncheck the Enable inspection only if procedural macros are enabled

Rust clean unused imports settings

White box glitch

Add the following VM option if you're experiencing white boxes in the UI. This option is enabled by default on the pre-built versions.

-Dprism.dirtyopts=false