On a project with lots of jar files, scanning for step definitions on plugin startup takes a very long time. This should be optimised to:
- scan project source directories synchronously, with a foreground processing pane
- then scan project dependencies asynchronously (background processing)
On a project with lots of jar files, scanning for step definitions on plugin startup takes a very long time. This should be optimised to: