Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.
Goto | Windows | OSX |
---|---|---|
Function | CTRL+R | SUPER+R |
Variable | CTRL+; | SUPER+; |
File | CTRL+P | SUPER+P |
Modify the defalut key bingding with the following menu items.
Preferences->Package Settings->QuickGotoAnything->Key Bindings
The default setting is:
{
// remove prefix for text
"del_prefix": "",
// remove suffix for text
"del_suffix": ""
}
Modify the default settings with the following menu items.
Preferences->Package Settings->QuickGotoAnything->Settings
homepage:https://www.litefeel.com/sublime-quickgotoanything/
github:https://github.com/litefeel/Sublime-QuickGotoAnything/
issues:https://github.com/litefeel/Sublime-QuickGotoAnything/issues