Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.x
-
Fix Version/s: None
-
Component/s: IDE Support
-
Labels:None
-
Number of attachments :
Description
In JBehave story editor the auto completion filters step names according to text input.
It would be easier to search for a step if the user can filter them in the way it works in the Java editor when you type CTRL + O. You can then filter the method names in a little text field by a regular expression.
An alternative solution would be if the user can type a regular expression as the step name and autocompletion lists the step names matching to it.
If you have lots of step names then this could make it much easier to find a step name in the editior.