Code >> Generate feature stopped working
Just recently the code generation (getters, setters, constructors, etc.) feature stopped working with all of my idea projects. Nothing happens when I select generate from the Code menu or from the popup menu. Has anyone seen this before? It was working perfectly for months. I'm using 4.5 on XP.
Thanks,
Brian
Please sign in to leave a comment.
Hello Brian,
You are probably using an incompatible IDEA 5.0 plugin, such as JUnit generator.
Delete it from USER_HOME\.IntelliJIdea\config\plugins directory.
--
Serge Baranov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thank You Serge!
Right on the money with JUnit Generator.
Brian