I added a Webstorm plugin that generated some inspections. Now I want to delete those inspections. Uninstalling the plugin removes the inspections, but when I reinstall they come back.
Asked
Active
Viewed 120 times
0
-
1You can disable the inspections in the Project Settings. Isn't that enough for you? – maba Aug 21 '13 at 07:53
-
1You cannot "delete" inspections just like that if they came as part of some plugin -- they can only be removed together with that plugin. But you can easily disable those unwanted inspections (as @maba have already suggested). – LazyOne Aug 21 '13 at 11:55
-
I figured it out with some trial and error. The inspections were getting stored in .Idea folder inside the project directory. I deleted that and inspections were gone. Thanks :) – Amit Aug 22 '13 at 03:40
-
@Amit: You should never do that. – Games Brainiac Aug 22 '13 at 20:04
-
@GamesBrainiac, could you please elaborate why not. I would like to know the repercussions. I am deleting the folder as I am working on a plugin that when run creates/stores inspections in .idea/misc.xml, hence I delete this file now, instead of deleting the whole folder. – Amit Aug 28 '13 at 06:16
-
Well the problem is that if you every use an EAP version of Webstorm, it will likey crash, since that is a file it looks for. – Games Brainiac Aug 28 '13 at 10:39