Generating list of inspections
Is there anyway to generate a file that contains all of the inspections installed, along with the description? I'd like to prepare a document for my team that lists all of the possible inspections so that we can review them and agree on which ones we want to use for our projects.
Todd
Please sign in to leave a comment.
Hello Todd,
http://www.jetbrains.com/idea/documentation/inspections.jsp
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
It's worth noting that this list looks to be just core IDEA + InspectionGadgets. It doesn't include any of the JavaScript, Spring, Hibernate, or Ant inspections that ship in other plugins.
--Dave Griffith
Dmitry
Thanks for the pointer. I ran across that page, but I was looking for a document with the inspection name and description that I can print and route to my developers. The page seems to load the description in a popup using AJAX calls when you hover over them. Great when reviewing online, but not so good for offline viewing.
Todd