An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

QuickGotoAnything
====================

[![Build Status](https://travis-ci.org/litefeel/Sublime-QuickGotoAnything.svg?branch=master)](https://travis-ci.org/litefeel/Sublime-QuickGotoAnything)
[![Build status](https://ci.appveyor.com/api/projects/status/40vjxtplhvw82aw8/branch/master?svg=true)](https://ci.appveyor.com/project/litefeel/sublime-quickgotoanything/branch/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/litefeel/Sublime-QuickGotoAnything/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/litefeel/Sublime-QuickGotoAnything/?branch=master)
[![codecov](https://codecov.io/gh/litefeel/Sublime-QuickGotoAnything/branch/master/graph/badge.svg)](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: