场景大纲中是否有针对自动空间和自动格式示例部分的 Visual Studio 代码扩展?

发布于 2025-01-13 09:58:30 字数 574 浏览 0 评论 0原文

我想要一个来自 Visual Studio 代码的扩展,其示例部分下的自动格式内容如下。

这是用于行为框架。 下面的代码描述了场景轮廓。

   Given I put <thing> in a blender,
    when I switch the blender on
    then it should transform into <other thing>

 Examples: Amphibians
   | thing         | other thing |
   | Red Tree Frog | mush        |

我有一长串的论点,处理起来非常乏味。

注意:我目前使用这些扩展

  1. Cucumber (Gherkin) 完全支持
  2. Python

我尝试过的: 我尝试了许多代码格式化程序扩展,但都不支持此要求。

提前致谢

I want to have an extension from visual studio code which auto format content under Examples section as below.

This is for behave framework.
Below code depicts scenario outline.

   Given I put <thing> in a blender,
    when I switch the blender on
    then it should transform into <other thing>

 Examples: Amphibians
   | thing         | other thing |
   | Red Tree Frog | mush        |

I have a long list of arguments and it is very tedious to work with that.

Note: I currently use these extensions

  1. Cucumber (Gherkin) Full Support
  2. Python

What I tried:
I tried numerous code formatter extensions none of which support this requirement.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凡尘雨 2025-01-20 09:58:30

I have written a first version of a table formatter for Behave files

Extension Behave

给不了的爱 2025-01-20 09:58:30

Visual Studio 代码的格式文档选项可实现预期目的。

  1. 选择功能文件
  2. 右键单击​​编辑器
  3. 单击格式化文档

The Format document option by the Visual studio code does what is intended.

  1. Select the feature file
  2. Right click on the editor
  3. Click on Format document
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文