Ruby为您提供了一种使用
查看依赖库内容的简便方法$ bundle open gem_name
当我这样做时,它会在Sublime Text中打开,但模糊文本和文件搜索不起作用。如何配置ST以搜索使用bundle open
打开的文件夹?
屏幕截图示例:
设定:
{
"CucumberStepFinder":
{
"open_in_different_pane": false
},
"auto_complete_commit_on_tab": true,
"auto_find_in_selection": true,
"binary_file_patterns":
[
"*.beam",
"node_modules",
"assets/javascripts/*-bundle.js",
"*.gif",
"*.jpg",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.png",
"*.swf",
"*.jar",
"*.zip",
"*.svg",
"*.eps",
"*.pack",
"*.log"
],
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 17,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"match_brackets": false,
"remember_open_files": false,
"show_errors_inline": false,
"tab_size": 2,
"trailing_spaces_modified_lines_only": true,
"translate_tabs_to_spaces": true
}