https://github.com/litefeel/sublime-quickgotoanything
Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.
https://github.com/litefeel/sublime-quickgotoanything
goto-any-thing sublime-text-plugin
Last synced: 7 months ago
JSON representation
Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.
- Host: GitHub
- URL: https://github.com/litefeel/sublime-quickgotoanything
- Owner: litefeel
- License: other
- Created: 2014-01-10T10:59:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T01:43:29.000Z (about 7 years ago)
- Last Synced: 2023-08-05T05:39:31.567Z (almost 2 years ago)
- Topics: goto-any-thing, sublime-text-plugin
- Language: Python
- Homepage: https://packagecontrol.io/packages/QuickGotoAnything
- Size: 21.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QuickGotoAnything
====================[](https://travis-ci.org/litefeel/Sublime-QuickGotoAnything)
[](https://ci.appveyor.com/project/litefeel/sublime-quickgotoanything/branch/master)
[](https://scrutinizer-ci.com/g/litefeel/Sublime-QuickGotoAnything/?branch=master)
[](https://codecov.io/gh/litefeel/Sublime-QuickGotoAnything)![]()
Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.
### Key Bindings
| 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`
### Settings
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`
### Related Links
homepage:
github:
issues: