This plugin adds context menus for consulting the php manual from within the editor (pman). Supports Sublime Text 2 and 3
Use Sublime Text's Package Control (Preferences -> Package Control -> Install Package -> Pman) to install this plugin.
Or
Simply checkout the git repo into “~/Library/Application Support/Sublime Text [VERSION-NUMBER]/Packages/Pman or the equivalent folder on Windows or Linux.
This plugin adds support for running pman from within the editor
You can do this from:
- The Command Palette ('Pman')
- Right-click in the editor
- F1 on the keyboard (configurable)
It enables you to:
- Run the pman command for the selected word or the word where the cursor is currently pointing
- Ask the user for input to then run through the pman command
You can configure:
- show_debug - Do you want the debug information to be sent to the console?
- pman_executable_path - The path to the pman executable. If empty string, use PATH to find it
- pman_col_executable_path - This is a secondary command to format the output correctly. Use
which col
to get the correct path
Requirements for this plugin:
- pman installed
- Python 2.6
- Linux/Mac OS X