22
33![ Build for intellij-cucumber-scala] ( https://github.com/vbmacher/intellij-cucumber-scala/workflows/Build%20for%20intellij-cucumber-scala/badge.svg )
44
5- <a href =" https://www.buymeacoffee.com/vbmacher " target =" _blank " ><img src =" https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png " alt =" Buy Me A Coffee " style =" height : 41px !important ;width : 174px !important ;box-shadow : 0px 3px 2px 0px rgba (190 , 190 , 190 , 0.5 ) !important ;-webkit-box-shadow : 0px 3px 2px 0px rgba (190 , 190 , 190 , 0.5 ) !important ;" ></a >
6-
75A [ plugin to IntelliJ IDEA] ( https://plugins.jetbrains.com/plugin/7460-cucumber-for-scala ) ,
86enabling navigation between step definitions and gherkin steps when using cucumber-scala DSL.
97
@@ -21,6 +19,7 @@ The plugin depends on:
2119- [x] Indexing of step definitions for better performance
2220- [x] Support "constant expressions" in step definition names
2321- [x] Find step definitions in libraries with attached sources
22+ - [ ] Support for Java annotations
2423
2524## Development
2625
@@ -30,7 +29,7 @@ The plugin depends on:
3029
3130Now you can build this plugin with ` ./gradlew buildPlugin ` .
3231
33- To start an IDE with the plugin installed in the example project just run ` ./gradlew runIde` . Import the whole project
32+ To start an IDE with the plugin installed in the example project, run ` runIde ` task . Import the whole project
3433as gradle project in the sandbox-ide. Wait for indexing to finish.
3534Open ` example/src/test/resources/cucumber/examples/scalacalculator/basic_arithmetic.feature ` .
3635
@@ -51,3 +50,5 @@ Then, run `./gradlew publishPlugin`
5150## License
5251
5352This project is released under the __ Apache License, Version 2.0__ (http://www.apache.org/licenses/LICENSE-2.0 ).
53+
54+ <a href =" https://www.buymeacoffee.com/vbmacher " target =" _blank " ><img src =" https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png " alt =" Buy Me A Coffee " style =" height : 41px !important ;width : 174px !important ;box-shadow : 0px 3px 2px 0px rgba (190 , 190 , 190 , 0.5 ) !important ;-webkit-box-shadow : 0px 3px 2px 0px rgba (190 , 190 , 190 , 0.5 ) !important ;" ></a >
0 commit comments