如何在 Visual Studio 中获得 .feature 文件的 Gherkin 语法突出显示?
默认情况下,Feature、Scenario、Given、When、Then 等关键字不会突出显示。是否有现成的模板可以实现此目的?
There's no highlighting for Feature, Scenario, Given, When, Then, etc. keywords by default. Is there a ready made template out there to enable this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SpecFlow 的最新版本具有针对 VS2010 的内置语法突出显示。
The recent vesions of SpecFlow have a built-in syntax highlighting for VS2010.
http://github.com/henritersteeg/cuke4vs 正是这样做的。
http://github.com/henritersteeg/cuke4vs does exactly this.