klesun / deep-assoc-completion

A phpstorm plugin for associative array key typing and completion
Other
267 stars 17 forks source link

Support 2020.2.3 PHPStorm version #170

Closed Deifinger closed 3 years ago

Deifinger commented 3 years ago

Could you make support over 2019.2.4+ that you did?

klesun commented 3 years ago

Hi. What specifically do you mean? Does plugin not work in 2020.2.3 PHPStorm?

Deifinger commented 3 years ago

Exactly. I tried to install it, restarted IDE and it disappeared from the installed plugins list. Tried to do it again and it disappeared again. No errors or warnings in UI

klesun commented 3 years ago

I just installed fresh phpstorm 2020.2.3, it seems to work ok

image

PhpStorm 2020.2.3 Build #PS-202.7660.42, built on October 16, 2020 Licensed to deep-assoc-completion / Artur Klesun Subscription is active until March 6, 2021 For non-commercial open source development only. Runtime version: 11.0.8+10-b944.34 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.6 GC: ParNew, ConcurrentMarkSweep Memory: 725M Cores: 12 Registry: run.processes.with.pty=TRUE Non-Bundled Plugins: lv.midiana.misc.phpstorm-plugins.deep-keys

klesun commented 3 years ago

Hm, interesting. What OS are you using? Could it be that you are running IDE in some custom jre (like java 8 instead of bundled idea jre 11)?

Deifinger commented 3 years ago

System Version: macOS 10.15.7 (19H2) Kernel Version: Darwin 19.6.0 Boot Volume: Безіменний Boot Mode: Normal Computer Name: User Name: Secure Virtual Memory: Enabled System Integrity Protection: Enabled Time since boot: 7 days 21:05

klesun commented 3 years ago

Possibly some nasty error happens during initialization. Logs may show more, Help -> Show Log in Finder, search for text with "deep-".

Do you have deep-js-completion installed per chance?

Deifinger commented 3 years ago

And my Java version: 8 Update 271 (build 1.8.0_271-b09)

Deifinger commented 3 years ago

Found nothing... too weird

klesun commented 3 years ago

Do you not have same problem if you try to install some other new plugin? Like symfony or laravel.

Deifinger commented 3 years ago

I have no idea what I did exactly, but it works now :) I reinstalled laravel plugin, deep-assoc-completion and deep-js-completion. One thing, what I guess helped me is disabling deep-assoc-completion plugin right after installing, then restarted IDE and enabled it. If anyone will face with it, try disable/enable strategy