dubreuia / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
MIT License
531 stars 101 forks source link

Nothing executed when running on pycharm 2021.2 community #386

Open omriman12 opened 2 years ago

omriman12 commented 2 years ago

Describe the bug Enable execution on save + on shortcut. On shortcut the plugin is executed. On save file nothing happens(Edited the file before save)

Versions PyCharm 2021.2 (Community Edition) Build #PC-212.4746.96, built on July 27, 2021 Runtime version: 11.0.11+9-b1504.13 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.6 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 16 Non-Bundled Plugins: com.intellij.plugins.visualstudiokeymap (212.4746.57), com.koxudaxi.pydantic (0.3.7), com.leinardi.pycharm.pylint (0.12.2), net.ashald.envfile (3.2.2-SNAPSHOT)

Naatan commented 2 years ago

Same issue on Goland 2021.2.3.

fishermans commented 2 years ago

Hi @omriman12,

I cannot reproduce this issue anymore. Please try again with v.2.3.0. If it is working, please close this issue.

THX