Closed NinoZombie closed 5 years ago
Thanks for the report @NinoZombie.
Can you please check the IJ PHPStorm log and comment if there are any relevant entries.
Also
My guess is that it is related to JavaFX and Java >= 11.
$ java -version
openjdk version "13.0.1" 2019-10-15
OpenJDK Runtime Environment (build 13.0.1+9)
OpenJDK 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)
openjdk version "13.0.1" 2019-10-15
It seems you have installed Java 13 on your system; IntelliJ has an embedded Java version that is used by default, but can be overridden. JetBrains provides a Java 8 and Java 11 build.
The about splash screen
shows the version IJ is actually using.
It is also possible your .vue
file is causing the freeze. If you see the IntelliVue loading screen, your JavaFX is most likely working, but perhaps there is an API call that is causing the issue.
If your selected .vue
file is unusual, can you post a minimal example, that when selected and invoked with the analyze command, causes the issue.
I will add some code to try and trap this and report the issue in the next plugin release.
We updated the plugin to rc.16
. It has a registration ID in the settings dialog which you can provide to us. We can your your ID to investigate stack traces for your issue. We also added some additional logging. Please advise after you install the latest.
I have this version in accordance with 'About' screen
After update plugin to rc.16
. the problem is not gone.
The .vue
file is very common (generated by vue-cli)
My ID Your IntelliVue registration code is 876d40e3-1206-4134-b093-41501bfd888c
Not too much changed in rc16, so I did not expect it to work. However, your installation is successfully sending the test exceptions you invoked, so that narrows down the issue.
In our next release we will add more detailed logging that targets your installation so we can find exactly where this is failing. We will also be able to see if other users that share your platform/product have the same issue.
@NinoZombie
I reproduced your issue by doing the following:
We will try to have this fixed today. Thanks for your input and patience.
Fixed. This is resolved in rc.17. Should make its way into IJ update stream within 2 days.
Looks like this was approved. Please confirm the update works.
https://plugins.jetbrains.com/plugin/12014-intellivue/update/70972
Works, thank you :)
Baseline
Ubuntu 18.04 with x11 Fresh installation of PHPStorm 2019.2.1 (with bundled Vue.js and JavaScript plugins) Fresh generated Vue project with SFCs
sudo apt install openjdk-8-jdk openjfx
is executedProblem
After i select
App.vue
file and click onVue
-->Analyze Current Vue File
a window appears with "Loading IntelliVue and Analyzing..." text. And... nothing changes after that.