## Wordpress Developer Resources Sublime Text 2/3 Plugin Right Click Menu | Tools Menu | Command Menu --- | --- | --- ![Right Click Menu](https://smyl.es/img/wp-developer-resources-right-click.png) | ![Tools Menu](https://smyl.es/img/wp-developer-resources-tools-menu.png) | ![Command Menu](https://smyl.es/img/wp-developer-resources-context-menu.png) ### Description Sublime Text 2/3 Plugin to search the new Wordpress Developer Resources (developer.wordpress.org) or Wordpress Codex (legacy) directly from Sublime Text. #### You can... **Right-click, Tools Menu, or Command Menu (CTRL+SHIFT+P):** + Go to **WP Dev Resources** (right click) or **Wordpress Developer Resources**, and select **Search Selection** to automagically open a browser searching WordPress for the function/term you have selected or the cursor placed on. + Select **Search From Input** to have a prompt ask you the search term to use. + Select **Function Reference** to go directly to that function reference on the Wordpress Page (instead of searching). + There is also a **Search Selection (Codex)** for legacy support, which will search the standard Wordpress Site (and original Codex). If you have troubles searching with the new site, use this until the site has been completely finished. ### Original Sources [Stackoverflow Plugin](https://github.com/ericmartel/Sublime-Text-2-Stackoverflow-Plugin) script by Eric Martel. [ST2 Wordpress Codex Plugin](https://github.com/welovewordpress/SublimeWordPressCodex) script by Matthias Krok. [ST3 Wordpress Codex Plugin](https://github.com/tripflex/SublimeWordpressCodexQueryPosts) script by Myles McNamara. ## Usage CTRL + SHIFT + P and type `Wordpress`, `Developer`, or right click on any function and you can select from **WP Dev Resources**. You can also highlight any term to search on either site, and sublime text will even prompt you for a search term if that suits your fancy :) ## Install Plugin is now listed on the Sublime Text repository (https://sublime.wbond.net/) for easy install