黄瓜
Sublime Text的Cucumber软件包
详细信息
安装
- 总数 41K
- Win 10K
- Mac 22K
- Linux 9K
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 3 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明
cucumber-sublime-bundle
为Sublime Text提供的Cucumber和其Gherkin语言的语法高亮和代码段。
适用于ST2和ST3。对于ST3,请参阅st3分支。
安装:ST2
自动 - 通过软件包控制
Search for cucumber sublime bundle
Mac OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/drewda/cucumber-sublime-bundle.git Cucumber
Linux
cd ~/.config/sublime-text-2/Packages
git clone git://github.com/drewda/cucumber-sublime-bundle.git Cucumber
Windows
cd Users/<user>/AppData/Roaming/Sublime\ Text\ 2/Packages/
git clone git://github.com/drewda/cucumber-sublime-bundle.git Cucumber
重新启动Sublime Text。
表格清理工具
对表格进行对齐和清理,以便更美观的输出。对Cucumber或LaTex等编程语言非常有用。
之前
之后
使用方法
选择您想要清理的表格,然后按alt + ;,表格将立即被清理。
设置
这些设置可以在Base File.sublime-settings中找到 - table_cleaner_delimiters - 表格单元格之间的分隔符 - 默认:[“|”, “&”, “\”] - table_cleaner_align_to_middle - 每个单元格的文本居中对齐(如果设置为false,则文本将左对齐) - 默认:false - table_cleaner_delimiters_white_spaces - 单元格文本和分隔符之间的空格数 - 默认:1
Gherkin自动完成
显示文件夹层次结构中所有功能内的现有Gherkin短语。
sublime-gherkin-auto-complete和cucumber-sublime-bundle插件是互斥的,因此如果您已经安装了sublime-gherkin-auto-complete并想安装cucumber-sublime-bundle,您必须先卸载sublime-gherkin-auto-complete。
Gherkin语法高亮
这样做以启用:打开一个.feature文件,执行“查看 -> 语法 -> 以当前扩展名打开所有文件 -> 黄瓜 -> Gherkin”
致谢
由Github用户@sagework创建,他从https://github.com/sagework/cucumber-sublime2-bundle中拉取了他的/她的库
表格清理插件由@amisarca慷慨捐献。如果您只需要插件,而不是整个Cucumber软件包的其他部分,请查看他的仓库
- ST2: https://github.com/amisarca/Sublime-Text-2-Table-Cleaner
- ST3: https://github.com/amisarca/Sublime-Text-Table-Cleaner
自动完成的Gherkin插件由@AndyHitchman友好地贡献。如果您只需要插件,而不需要整个这个Cucumber包,请参阅他的仓库。
我将该项目托管在https://github.com/drewda/cucumber-sublime-bundle,供使用Sublime Package Control的用户使用。