Gherkin highlighting and behat integration with Netbeans 8.0
Asked Answered
V

2

7

Is there anyone who has a decent working solution to integrate Netbeans 8.0 with behat, in terms of code highlighting and code-completion.

I saw that there exists the Cetriolo plugin which is unfortunately not available for Netbeans 8.0.

Has anyone found a workaround on this?

Valeda answered 26/8, 2015 at 9:42 Comment(0)
I
6

I would suggest this plugin for NetBeans that works also for version 8.x

http://plugins.netbeans.org/plugin/17939/cucumber-features

Ignatzia answered 4/3, 2016 at 14:21 Comment(0)
W
0

Some more details to @Ferie's answer:

I indeed could not install Cetriolo on Netbeans 8.2.

Instructions to install Cucumber Features manually (since automatic installation is not available):

  1. Download the .nbm file by clicking on the "Download" button on http://plugins.netbeans.org/plugin/17939/cucumber-features

  2. In Netbeans, go to Tools > Plugins > Downloaded > Add Plugins... and open the .nbm file.

  3. Click Install

  4. After restarting Netbeans, you should see syntax highlighting in .feature files.

Here's a feature request for Netbeans to include Behat support out-of-the-box: https://netbeans.org/bugzilla/show_bug.cgi?id=226804

Wheaton answered 4/5, 2017 at 16:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.