WebStorm version: 2020.1
I try to find usage in file. I used "Ctrl + F" and "Edit->Find->Find", but it doesn't work.
Also I disabled all plugins, but it didn't help.
The issue was fixed by updating WebStorm to version 2020.3.2.
Related
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
I've recently create a new project with sbt in IDEA and got this
What's wrong with it? I have scala plugin installed and enabled and IDEA version is 14.
Ok, I've found a solution to resolve this problem. Here is the link: https://stackoverflow.com/a/26767860/3974509
You need to invalidate cahce and dsable old SBT plugin.
Caches invalidation: File > Invalidate Caches/Restatr
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.
I know IntelliJ 11 has added support for JSLint, but is there a plugin for older versions that will validate js files against either JSLint or JSHint? Ideally one that will inspect the code as it is typed rather than having to be run separately.
Try IntelliJ IDEA 11.1 EAP, it supports both JSLint and JSHint:
I found a solution, tested with InteliJ IDEA 10.5.4 and it works.
You can find step by step instructions at: http://derekscrib.wordpress.com/2011/11/18/jslint-external-tool-for-intellij/
I've been working on a project in IntelliJ and now when I decided to add Ant support I realised that the Ant Build Window is missing. I have recently upgraded to Ubuntu 11.10 but I doubt it makes any difference. Is this a known bug?
I am using IntelliJ IDEA Ultimate 10.5 and it works just fine. Even without having build.xml file I can open that window by pressing Ctrl + Shift + A and searching for Ant Build.
If you are missing this option you probably don't have installed/enabled Ant support plugin. Check out File -> Settings -> Plugins.
Please check that Ant plug-in in enabled in Settings | Plugins.