ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Quick​Open

by zsytssk ST3

Sublime Text 3 plugin: quick Open

Details

Installs

  • Total 874
  • Win 473
  • Mac 230
  • Linux 171
Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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
Linux 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

Readme

Source
raw.​githubusercontent.​com

Sublime Text 3 plugin: quick Open

you're not always want open everthing in sublime;
eg you just want open folder in file explorer or .psd in photoshop;
QuickOpen can open file or directory with system default way

function

☐ QuickOpen
-| default shortcut: Alt+A
-| open file or directory with system default way
-> you can set need open outside with file in quickOpen.sublime-settings
-> “openOutList”: [“.psd”, “.lnk”, “.zip”, “…”]

☐ CompletePath
-> default shortcut: Alt+A
-| complete file path in show_quick_panel

tip

-| search a lot file need time, you can set maxSearchTime
-> 3s “maxSearchTime”: 3000
—&&—
-| if time is out and search is not complete, will show a alert window, you can hide it
-> “hideMessageDialog”: true

常用功能

-| 在explorer中打开文件夹
-| 用默认的软件打开相关文件
-> 比如 .psd 用 photoshop 打开
-> 你可以自己在quickOpen.sublime-settings设置需要文件类型
-> “openOutList”: [“.psd”, “.lnk”, “.zip”, “…”]

-| 在 show_quick_panel 中, 自动补全文件地址

常见问题

-| 文件夹文件过多, 查找需要时间
-> 你可以设置 最大搜索时间 maxSearchTime
-> 如果是3s 就设置为 “maxSearchTime”: 3000
—&&—
-| 同时超过时间还没有搜索完, 会弹出一个提示框你可以选择去掉
-> “hideMessageDialog”: true