xdev-software / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code"
https://plugins.jetbrains.com/plugin/22113
Apache License 2.0
37 stars 3 forks source link

This plugin is not effective when enabled on IntelliJ IDEA 2024.1.5 (Ultimate Edition) #136

Closed bingfenglai closed 5 days ago

bingfenglai commented 2 weeks ago

Checklist

Affected version

1.2.3

Steps to reproduce the bug

This plugin is not effective when enabled on IntelliJ IDEA 2024.1.5 (Ultimate Edition)

Expected behavior

No response

Actual behavior

No response

Additional information

image
AB-xdev commented 2 weeks ago

This plugin is not effective when enabled on IntelliJ IDEA 2024.1.5

What exactly do you mean with "effective"? Does something not work? If so please showcase/describe in more detail what is broken.

I was working with the plugin on IDEA 2024.1.6 for the past weeks and didn't encounter any problems.

bingfenglai commented 2 weeks ago

I configured as shown in the figure, but when saving the code, I found that the plugin was not working, the code format was not adjusted, and the imported packages that were not referenced were not deleted. The use of command+s did not take effect

AB-xdev commented 2 weeks ago

Tried to reproduce the problem but still couldn't in IDEA 2024.1.6.

SaveAction136Check1.webm

Could you provide the following additional information:

AB-xdev commented 5 days ago

Closing due to lack of feedback