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

Go​To​File

by gs ST2

Sublime Text Plugin for Go To File

Details

  • 2019.07.14.19.20.25
  • github.​com
  • github.​com
  • 5 years ago
  • 28 minutes ago
  • 11 years ago

Installs

  • Total 2K
  • Win 806
  • Mac 433
  • Linux 283
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
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:

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