Skip to content

Instantly share code, notes, and snippets.

@CTimmerman
Last active December 16, 2017 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CTimmerman/c375169ec746221d327d9140495a9023 to your computer and use it in GitHub Desktop.
Save CTimmerman/c375169ec746221d327d9140495a9023 to your computer and use it in GitHub Desktop.
Context-sensitive help for Python in Notepad++

In %appdata%\Notepad++\shortcuts.xml add this command (using Shift+F1 because F1 alone now shows About):

<Command name="Get Python help" Ctrl="no" Alt="no" Shift="yes" Key="112">https://www.google.nl/#q=python+$(CURRENT_WORD)</Command>

More polished options are PyScripter and PyCharm (keymap F1 to View menu's "Quick Documentation"), but QBasic (and QB64) also show examples and related functions:

QBasic keyword help screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment