hammer-tools / php-hammer

PHP Hammer is an inspections and tools plugin compatible with Intellij IDEA / PhpStorm.
Apache License 2.0
97 stars 3 forks source link

Support PS-242.* #62

Closed reedy closed 2 months ago

reedy commented 5 months ago
Plugin 'PHP Hammer' (version '0.30.0') is not compatible with the current version of the IDE, because it requires build 241.* or older but the current build is PS-242.10180.24

Thanks!

rentalhost commented 5 months ago

EAP version, right?

reedy commented 5 months ago

Yeah, for now :)

laurinkeithdavis commented 4 months ago

Some of us only use EAP versions. :)

rentalhost commented 4 months ago

Hey guys! I'll pay attention to this update this weekend. Thank you and sorry for the delay!

laurinkeithdavis commented 3 months ago

Beta is now released.

rentalhost commented 3 months ago

Folks, unfortunately, I won't be able to support version 2024.2. IntelliJ has made many changes since the last version, and since I don't have advanced knowledge of their platform, I've only encountered one problem after another. They changed A LOT, and it would take a significant amount of time to make it compatible again. I haven't given up yet, but I'm not very confident.

laurinkeithdavis commented 3 months ago

Ugh, that sucks. I've compiled PhpStorm extensions in the past. If I can get set up to test it properly, maybe I can assist. That is, assuming you are open to contributions

rentalhost commented 3 months ago

@laurinkeithdavis That would be great! I'll send the current dev as far as I've gotten, but it still doesn't work. It will be as a temporary commit.

raubv0gel commented 2 months ago

FYI, PhpStorm

    Version: 2024.2
    Build: 242.20224.361
    12 August 2024

is released. https://www.jetbrains.com/phpstorm/download/#section=windows

raubv0gel commented 2 months ago

I can assist if the problems are about https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html.

rentalhost commented 2 months ago

@raubv0gel Thanks! @laurinkeithdavis is trying to solve it, but like me, he is having problems regarding the test environment setup that seems to have been modified.

image (1)

raubv0gel commented 2 months ago

I’m trying tonight …

raubv0gel commented 2 months ago

Same:

grafik

laurinkeithdavis commented 2 months ago

Maybe related?

https://youtrack.jetbrains.com/issue/IDEA-354553/Unable-to-run-tests-using-Kotest-and-IntelliJ-IDEA-EAP-2024.2

laurinkeithdavis commented 2 months ago

Or better yet, this:

https://plugins.jetbrains.com/docs/intellij/tests-and-fixtures.html

image

laurinkeithdavis commented 2 months ago

Or better yet, this:

No, it can't even find com.intellij.testFramework.fixtures, so that's not it.

raubv0gel commented 2 months ago

In grafik

I only see: grafik

but we need something like https://github.com/JetBrains/intellij-community/tree/master/platform/testFramework/src/com/intellij/testFramework

raubv0gel commented 2 months ago

Oh, maybe got it:

grafik

grafik

We need to move TestService.kt to test module:

grafik

raubv0gel commented 2 months ago

Shall I create a PR?

rentalhost commented 2 months ago

@raubv0gel That would be great if you can! Thanks!

raubv0gel commented 2 months ago

@raubv0gel That would be great if you can! Thanks!

Stay tuned … working on it …

raubv0gel commented 2 months ago

@rentalhost please feel free to merge or modify PR #63.

rentalhost commented 2 months ago

Thank you for your effort, @raubv0gel!

Thanks to you and the rest of the members, this plugin can continue to thrive! ❤️

I’m submitting it to the marketplace, and it can be found here for direct installation.

raubv0gel commented 2 months ago

@rentalhost you are welcome. Thanks for publishing 0.31.0, 😀.

raubv0gel commented 2 months ago

We should close this issue now. 😏