Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document behave ecosystem VSCode IDE support #1166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/behave_ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,25 @@ repository (supersedes: ``https://pypi.python.org``):
IDE Plugins
------------------------------------------------------------------------------

=============== =================== ======================================================================================
IDE Plugin Description
=============== =================== ======================================================================================
`PyCharm`_ `PyCharm BDD`_ PyCharm 4 (Professional edition) has **built-in support** for `behave`_.
`PyCharm`_ Gherkin PyCharm/IDEA editor support for Gherkin.
`Eclipse`_ `Cucumber-Eclipse`_ Plugin contains editor support for Gherkin.
`VisualStudio`_ `cuke4vs`_ VisualStudio plugin with editor support for Gherkin.
=============== =================== ======================================================================================
=============== ==================== ======================================================================================
IDE Plugin Description
=============== ==================== ======================================================================================
`PyCharm`_ `PyCharm BDD`_ PyCharm 4 (Professional edition) has **built-in support** for `behave`_.
`PyCharm`_ Gherkin PyCharm/IDEA editor support for Gherkin.
`Eclipse`_ `Cucumber-Eclipse`_ Plugin contains editor support for Gherkin.
`VisualStudio`_ `cuke4vs`_ VisualStudio plugin with editor support for Gherkin.
`VSCode`_ `cucumber-official`_ Official VSCode extension for Cucumber, with Gherkin and `behave`_ support.
=============== ==================== ======================================================================================

.. _PyCharm: https://www.jetbrains.com/pycharm/
.. _Eclipse: https://www.eclipse.org/
.. _VisualStudio: https://visualstudio.microsoft.com/
.. _VSCode: https://code.visualstudio.com

.. _`PyCharm BDD`: https://blog.jetbrains.com/pycharm/2014/09/feature-spotlight-behavior-driven-development-in-pycharm/
.. _`Cucumber-Eclipse`: http://cucumber.github.io/cucumber-eclipse/
.. _cuke4vs: https://github.com/henritersteeg/cuke4vs
.. _`cucumber-official`: https://marketplace.visualstudio.com/items?itemName=CucumberOpen.cucumber-official

.. hidden_BROKEN:

Expand Down