click-to-partial icon indicating copy to clipboard operation
click-to-partial copied to clipboard

Sublime Text 3 plugin for clicking a rails partial path and open the file.

Click To Partial

A Sublime Text 3 plugin to cmd + shift + click (OSX) or ctrl + shift + click (Linux and Windows) a partial path and open it.

Installation

Click To Partial has been approved on Package Control! 🎉 Search for "Click To Partial" and install.

macOS

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone --depth=1 https://github.com/alvesjtiago/click-to-partial.git

Ubuntu

cd ~/.config/sublime-text-3/Packages
git clone --depth=1 https://github.com/alvesjtiago/click-to-partial.git

Windows

cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth=1 https://github.com/alvesjtiago/click-to-partial.git

Or manually create a folder named "click-to-partial" on your Packages folder and copy the content of this repo to it.

Contribute

Click To Partial is a small utility created by Tiago Alves & Filipe Pina. Any help on this project is more than welcome. Or if you find any problems, please comment or open an issue with as much information as you can provide.