A tool to recover idea popups in multiscreen setups. Sometimes floating popups in IntelliJ products end up in unaccessible locations, expecially while using multiple screen with different resolutions or aspect ratios. Upon invoking of cli tool, the position cache will be deleted and the floating popups should reappear on the current screen center.
You will need cargo.
Clone this repo and cd into it, then do
cargo build
Invoke with
./target/debug/idea-clean /path/to/.idea
.idea being the folder containing the settings and the view cache for clion/idea/pycharm projects idea-clean will modify the .idea/workspace.xml file and create a backup in the same folder
alias clean="path/to/target/debug/idea-clean /path/to/.idea"