This is a fork of https://github.com/davidyorr/sublime-text-fold-imports The main focus of my fork is to optimize it to my workflow.
Sublime Text 2 plugin that folds import statements.
Add this repository using Sublime Package Control:
- Use
ctrl+shift+p
orcmd+shift+p
to open the Command Pallete - Select
Package Control: Add Repository
- Enter
https://github.com/davidyorr/sublime-text-fold-imports
Then install the package:
- Open the Command Pallete (
ctrl+shift+p
orcmd+shift+p
) - Select
Package Control: Install Package
- Select
sublime-text-fold-imports
Use the keyboard shortcut ctrl+k, i
to toggle folding of the import statements.