智能区域
直接从源代码打开和搜索文件。
详情
安装次数
- 总数 244
- Win 144
- Mac 61
- Linux 39
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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README
智能区域
直接从源代码打开和搜索文件。
隐藏文本下划线
用户/首选项.sublime-settings
:
"smart_region_draw_regions": ["hide_on_minimap", "hidden"]
命令面板
智能区域:打开 smart_region_open
智能区域:创建区域 smart_region_create_regions
默认快捷键
- 用键盘打开: ctrl + enter
- 用鼠标打开: ctrl + 双击
设置
用户/首选项.sublime-settings
:
"smart_region_create_regions_on": ["load", "modified"],
// Draw Regions Options:
// draw_empty, hide_on_minimap, draw_empty_as_overwrite, draw_no_fill
// draw_no_outline, draw_solid_underline, draw_stippled_underline
// draw_squiggly_underline, persistent, hidden
// Suggested combinations:
//
// ["hide_on_minimap", "draw_no_fill", "draw_no_outline", "draw_stippled_underline"]
//
// ["hide_on_minimap", "draw_no_fill", "draw_no_outline", "draw_solid_underline"]
//
// ["hide_on_minimap", "hidden"]
//
"smart_region_draw_regions": ["hide_on_minimap", "draw_no_fill", "draw_no_outline", "draw_solid_underline"],
"smart_region_debug": false
自定义快捷键
用户/默认.sublime-keymap
:
{ "keys": ["ctrl+enter"], "command": "smart_region_open" }
用户/默认.sublime-mousemap
:
{
"button": "button1", "count": 2, "modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "smart_region_open"
}
待办事项
- 支持URL。
- 提高大文件的性能。