GoToFile
Sublime Text Plugin for Go To File
Details
Installs
- Total 2K
- Win 806
- Mac 433
- Linux 283
Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 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
Note:
This plugin has some differences that the original: See here: https://github.com/stvkoch/sublime-text-go-to-file/compare/gs:master…master
Sublime Text Go To File
Overview
Plugin searches for a file under the cursor and opens it in new tab.
(The idea comes from Vim gf
functionality as I missed it in Sublime Text and also the script found on https://gist.github.com/jbjornson/1186126 written by @jbjornson helped a lot!)
Additional functionality - printing currently opened file path in status bar and copy it to clipboard.
Usage
Add shortcut to your keybindings:
{
"keys": ["alt+d"], "command": "go_to_file",
"keys": ["alt+i"], "command": "file_info",
"keys": ["alt+k"], "command": "file_info_short"
}
You can highlight the text using cmd+d
and press alt+d
.
Press alt-i
to get info about currently opened file.
Press alt-k
to get short info about currently opened file.
Maintainers:
- Grzegorz Smajdor (https://github.com/gs)
- Maciej Gajek (https://github.com/maltize)
Installation
Go to your Sublime Text 3 Packages
directory
- OS X:
~/Library/Application\ Support/Sublime\ Text\ 3/Packages
- Windows:
%APPDATA%/Sublime Text 3/Packages/
- Linux:
~/.config/sublime-text-3/Packages/
and clone the repository using the command below:
This version:
git clone https://github.com/stvkoch/sublime-text-go-to-file.git GoToFile
Original version without open file from class name:
git clone https://github.com/gs/sublime-text-go-to-file.git GoToFile
Note
Please open an issue at https://github.com/gs/sublime-text-go-to-file if you discover a problem or would like to see a feature/change implemented.
Big Thanks to…
@stvkoch - who improved the plugin a LOT!
Try:
- select namespace and click alt+d
- click on word of class name and click alt+d
- click on path of template file and click alt+d