Issue using PhpStorm along with WebStorm - intellij-idea

I just started using PhpStorm and WebStorm and I am working on the same directory with both. The problem is that each time I switch between windows, I am prompted for reloading the project because workspace.xml changes. I really don't have any clue how to get over this. Did anyone had the same issue? What should I do?

You should not use both WebStorm and PhpStorm at the same time on the same system and project. Note that PhpStorm already includes all the WebStorm features, so you don't need WebStorm if you have PhpStorm.

Related

IntelliJ Idea red Spring and Lombok annotations

I have a problem with IntelliJ Idea 2020.1 Ultimate Edition. It shows Lombok and Spring annotations and imports in red. The project compiles, I can run tests. I did some googling. I tried to reimport maven projects and go to File->Invalidate Caches/Restart. Then I deleted Idea system directory - it does not help. Before it worked fine, I do not know why it started doing this. Can somebody help me out?
I am not sure it is a correct solution, but it worked for me. I just reinstalled IDEA. It was faster that talk to IDEA support trying to figure out what is the cause of the issue
I got the same problem and fixed it from this way. First download lombok dependency from spring.
Then go to IDE and paste it to pom file and run. It isn't fix your problem. Go to Choose this and clear cache. Then restart.
If isn't fix your problem then go to this site and download relevant version of lombok for your IDE. https://plugins.jetbrains.com/plugin/6317-lombok
enter image description here
Then it will download a file. Then go to where you install the IDE and go to this path and paste that lombok java file.
IDE path
After trying these methods error was fixed. Thank you.

Where is changed menu in project tool window of IntelliJ IDEA 2016.3.5?

In IntelliJ IDEA project tool window, there are several menu items like Project, Packages, Project Files, Problems, Production, Tests, Android instrumentation tests, Scratches.
But I can't find Changed menu recently from which I can check modified local files.
I use svn 1.9.3 in local, is there any one who knows turn on changes menu in Project tool window?
Looks like a known bug. Try 2017.1 version.

Setting Line Breakpoints in Intellij 15.02 doesn't work

Since yesterday I'm on IntelliJ 15.02 and cannot set any line breakpoints any longer. Neither by clicking on the side bar, nor by "Run -> Toggle Line Breakpoint". Is that a Bug in IntelliJ? Or is there any way to disable / enable this feature? I appreciate any help.
This seems to be an issue with the python plugin. I uninstalled the python plugin, and the line breakpoints were available again. Then I reinstalled the plugin and still everything is fine. I use the python plugin because I have Jython scripts that I call from the Java code.
The same happened to me but I did not have the Python plugin installed.
I tried (with no success):
Rebuilding the project
Invalidating caches
Restarting IntelliJ
Re-installing IntelliJ
Fortunately, disabling the PHP plugin did the trick for me.
Hope this helps someone.
EDIT (Feb. 2nd, 2016) This issue was fixed in IntelliJ 15.0.3: https://youtrack.jetbrains.com/issue/IDEA-151085

License issue with JRebel and Intellij Idea

I am using JRebel with Intellij Idea in Ubuntu. I have activated the plugin by pasting the code obtained from the website and it worked perfectly, but when i restart my IDE it is asking for the license again and i have to paste the license code each and everytime. How to solve this problem?
EDIT:- jrebel.lic file is not being created in ~/.jrebel/ folder
I'm posting this workaround for those who are struggling with this problem.
Uninstall the jRebel plug-in from the IDE.
Install standalone jRebel from here
Now add the following in the VM options when running the program. -javaagent:/opt/ZeroTurnaround/jrebel/jrebel.jar
This is how i solved my problem, i don't know whether it will work for others too.

Intellij / webstorm pointing to one project

I have a Play project. I use Intellij for the Java portion, but like to use Webstorm for the javascript part.
How can I do this ? Obviously right now, they keep overwriting the config file... :(
IntelliJ is perfectly capable of dealing nicely with JavaScript. Why do you need WebStorm? I'd recommend that you manage both the Java and web parts of your application in IntelliJ. I believe Play support is available, too:
http://www.jetbrains.com/idea/webhelp/play!.html
IntelliJ IDEA contains all the WebStorm features, these products are not designed to be used together, on the same machine and on the same project at the same time.