IntelliJ IDEA, jbehave support plugin cannot find declaration to go to

Alex.K. picture Alex.K. · Apr 24, 2015 · Viewed 11.1k times · Source

I've faced with the next problem:

after installing jbehave support plugin I can't jump to step declaration in Java.

I've already tried:

  1. to uninstall and again install this plugin;
  2. to use jbehave plugin, but this functionality also didn't work;
  3. to create new project and import already existed project in it;
  4. to import all project modules again;
  5. to restart IntelliJ IDEA few times;
  6. to Invalidate Caches/restart(IntelliJ IDEA functionality);
  7. to reboot my PC.

My OS: Windows 7 Professional 64-bit.

IntelliJ IDEA Community Edition 14.1

If you need any additional info, please mention which one.

enter image description here

enter image description here

enter image description here

Answer

Alex.K. picture Alex.K. · Apr 24, 2015
  1. you should be sure, that those steps have declaration to go to, because it's possible to have steps without it.
  2. you successfully build your project(all modules were downloaded and build successfully).
  3. your project configured correctly and you added all module dependencies.

In my case it was 2nd option from the list. After that I can jump to step declaration.