场景大纲中是否有自动 space 和自动格式示例部分的 visual studio 代码扩展?
Is there a visual studio code extension to auto space and auto format example section in scenario outline?
我想从 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 |
我有一长串论点,使用它非常乏味。
注意:我目前使用这些扩展程序
- 黄瓜 (Gherkin) 全力支持
- Python
我试过的:
我尝试了许多支持此要求的代码格式化程序扩展 none。
提前致谢
我已经为 Behave 文件编写了 table 格式化程序的第一个版本
分机 Behave
Visual studio 代码的 Format document 选项完成了预期的工作。
- Select 特征文件
- 右键单击编辑器
- 单击格式化文档
我想从 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 |
我有一长串论点,使用它非常乏味。
注意:我目前使用这些扩展程序
- 黄瓜 (Gherkin) 全力支持
- Python
我试过的: 我尝试了许多支持此要求的代码格式化程序扩展 none。
提前致谢
我已经为 Behave 文件编写了 table 格式化程序的第一个版本
分机 Behave
Visual studio 代码的 Format document 选项完成了预期的工作。
- Select 特征文件
- 右键单击编辑器
- 单击格式化文档