IntelliJBehave icon indicating copy to clipboard operation
IntelliJBehave copied to clipboard

plugin cannot recognize long steps separated on several lines in class with steps

Open boltick opened this issue 10 years ago • 1 comments

  1. Create a step separated on a few lines, e.g. image

    @Given("I go to the page $page to validate " + "name $name " + "email $email " + "department $department") public void test(String name, String email, String department) { // test something }

  2. Go to the story file and try to use this step: image

  3. Try to add it via the autosuggestion image

ACTUAL RESULT From screenshot you can see that plugin recognizes step incorrectly

EXPECTED RESULT: Step must be recognized as: Given I go to the page $page to validate name $name email $email department $department

boltick avatar Oct 15 '14 12:10 boltick

Hi, thank you for the issue. I'm working on improvements for code completion, this issue will be fixed there. I think that may be in a one or two weeks it should be available.

dmalch avatar Oct 15 '14 22:10 dmalch