All Projects → azac → Sublime Howdoi Direct Paste

azac / Sublime Howdoi Direct Paste

Search StackOverflow and paste code snippets without leaving Sublime Text

Programming Languages

python
139335 projects - #7 most used programming language

Paste code from StackOverflow search result directly into Sublime Text 2/3

Based on howdoi.

Installation

  1. Install howdoi: pip install howdoi (!!!)
  2. Clone this repo into Packages directory [Sublime Text 2 menu >> Preferences >> Browse Packages...] git clone https://github.com/azac/sublime-howdoi-direct-paste

Usage

  1. write what you need
  2. press cmd+shift+h (ctrl-shift-h on Linux/Windows)

Compatibility

Windows and Sublime Text 3 compatibility problems have been solved (thanks to @saaguero), now it should work on all platforms.

Troubleshooting

I can't install howdoi (last version) on Windows machines
  • Install lxml using easy_install lxml==2.3 or thru an already compiled version lxml
  • Use pip to install howdoi pip install howdoi

Problems or request to add some functionality?

Tweet me at @adr_zan.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].