Coder Social home page Coder Social logo

Comments (21)

fishermans avatar fishermans commented on July 2, 2024 36

Should be working now: https://github.com/fishermans/intellij-plugin-save-actions/releases/tag/v2.6.0

from intellij-plugin-save-actions.

alexandernajafi avatar alexandernajafi commented on July 2, 2024 12

Do you really need this plugin? "actions on save" are now available in Intellij without the need of a plugin right?

from intellij-plugin-save-actions.

cmunger avatar cmunger commented on July 2, 2024 7

same problems here i think it's a general issue

from intellij-plugin-save-actions.

CRogers avatar CRogers commented on July 2, 2024 6

Note that since IntelliJ 2021.2, there is a built-in Tools > Actions on Save settings menu that allows you do a lot of standard actions, like reformatting or optimising imports:
Screenshot 2023-04-06 at 17 23 10

from intellij-plugin-save-actions.

freeunion1possible avatar freeunion1possible commented on July 2, 2024 5

when will this new version 2.6.0 be available in IDEA plugin market? I still only see 2.3.0 version in intellj-ultimate version image

download the package for version 2.6, and install plugin from disk

from intellij-plugin-save-actions.

M3yo avatar M3yo commented on July 2, 2024 3

@alexandernajafi AKAIK "actions on save" available in Intellij doesn't work with Eclipse Code Formater plugin whereas this plugin does work fine.

from intellij-plugin-save-actions.

rooby avatar rooby commented on July 2, 2024 3

@CRogers There is a downside to that currently, which is that the configuration for Actions on Save is stored in .idea/workspace.xml, which is something that is not advisable to commit to a code repository.
With Save Actions you could easily have the config saved in the repo so everyone using the repo have the same config automatically.
Hopefully JetBrains will move that config.
See https://youtrack.jetbrains.com/issue/IDEA-276784

from intellij-plugin-save-actions.

AB-xdev avatar AB-xdev commented on July 2, 2024 3

So since no one managed to release a fork on the marketplace, we did it ourselfs so that we don't always have to use a ZIP file. Feel free to use it if you like.

We also notice that someone else published a similar version, however we didn't want to use that since:

  • some information about the plugin is incorrect, e.g. the author
  • communication seems to be done in chinese
  • there seems to be no reaction/activity inside the issues in the recent time
  • ...

from intellij-plugin-save-actions.

sewah2012 avatar sewah2012 commented on July 2, 2024 2

I have similar issue ...

from intellij-plugin-save-actions.

davidsedlar avatar davidsedlar commented on July 2, 2024 1

download the package for version 2.6, and install plugin from disk

Thanks. It works.

from intellij-plugin-save-actions.

aorigami avatar aorigami commented on July 2, 2024 1

现在应该可以工作了:https ://github.com/fishermans/intellij-plugin-save-actions/releases/tag/v2.6.0

Thanks.

from intellij-plugin-save-actions.

rooby avatar rooby commented on July 2, 2024 1

@fishermans do you intend to try to take over the original project (or have you already tried to contact the author about it) so it can be updated in the IDEA market, or just update your fork and people will install it manually?

from intellij-plugin-save-actions.

fishermans avatar fishermans commented on July 2, 2024 1

@fishermans do you intend to try to take over the original project (or have you already tried to contact the author about it) so it can be updated in the IDEA market, or just update your fork and people will install it manually?

See comments to this question here: #428

from intellij-plugin-save-actions.

mdcarreira avatar mdcarreira commented on July 2, 2024

I have this problem as well. Although I don't think we will be getting a fix.

Last commit was on Dec 2021 and on readme it is stated that: This project has been archived and is looking for a maintainer

from intellij-plugin-save-actions.

goldcrestwilma avatar goldcrestwilma commented on July 2, 2024

I had exactly the same situation with IntelliJ version 2023.1.

from intellij-plugin-save-actions.

dalainwork avatar dalainwork commented on July 2, 2024

when will this new version 2.6.0 be available in IDEA plugin market? I still only see 2.3.0 version in intellj-ultimate version
image

from intellij-plugin-save-actions.

t0r0X avatar t0r0X commented on July 2, 2024

when will this new version 2.6.0 be available in IDEA plugin market? I still only see 2.3.0 version in intellj-ultimate version

As previous commenter answered already, 2.6.0 is from a fork of this project. This project is currently inactive, see the README.md note: "⚠️ This project has been archived and is looking for a maintainer ⚠️"

from intellij-plugin-save-actions.

aggaadfr avatar aggaadfr commented on July 2, 2024

Should be working now: https://github.com/fishermans/intellij-plugin-save-actions/releases/tag/v2.6.0
Thanks.

from intellij-plugin-save-actions.

dbouclier avatar dbouclier commented on July 2, 2024

Note that since IntelliJ 2021.2, there is a built-in Tools > Actions on Save settings menu that allows you do a lot of standard actions, like reformatting or optimising imports: Screenshot 2023-04-06 at 17 23 10

@CRogers yes but how do have the same "automatic quick fix" specific to java ?

see below

image

from intellij-plugin-save-actions.

dbouclier avatar dbouclier commented on July 2, 2024

@AB-xdev great to see someone taking over this, did you contact the original author to replace the package in the marketplace ?

from intellij-plugin-save-actions.

AB-xdev avatar AB-xdev commented on July 2, 2024

@AB-xdev great to see someone taking over this, did you contact the original author to replace the package in the marketplace ?

Currently we have no intention to do this. Background: #428 (comment)

from intellij-plugin-save-actions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.