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

How Do I Code Search

by jlangston ST3

Sublime Text 3 instant code search utilizing https://github.com/gleitz/howdoi

Details

Installs

  • Total 1K
  • Win 475
  • Mac 380
  • Linux 240
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 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
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 2 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 1 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

A plugin leveraging howdoi - a unix code search tool terminal command to be useable from sublime text.

Look for How Do I: code search in command palette entery query and the response is shown in a new tab or view when the query returns

Install

Install from Package Control or git clone: https://github.com/jlangston/SublimeHowDoI into your packages folder or download the zip of the repository and place that in your packages folder

At this point you have to have howdoi installed and working from the command line for this plugin to work at all

Usage

How Do I: [-h] [-p POS] [-a] [-l] QUERY [QUERY ...]

code search tool

positional arguments:
  QUERY              the question to answer

optional arguments:
  -h, --help         show this help message and exit
  -p POS, --pos POS  select answer in specified position (default: 1)
  -a, --all          display the full text of the answer
  -l, --link         display only the answer link

Settings

Default shortcut key super + alt + h to show How Do I: search box

Settings file: syntaxes: List of languages with syntax hilighting support that the plugin will try to match depending on the howdoi question

useBuffer: Show howdoi answer in quick panel or new tab

Contributors

dnatag

Change Log * Rewrite much of the code base to make it compatible with ST3. Borrowed some codes from kemayo's sublime-text-2-goto-documentation at https://github.com/kemayo/sublime-text-2-goto-documentation.git * Add support of howdoi options except –color since ST3 have better syntax highlight scheme. * Add status message for user notification * Add main menu of Preferences