Notepad++ Autocompletion for Python

beta
11 Recommendations
19 Downloads (This Week)
Last Update:

Screenshots

Description

This python script will generate a custom python.xml file used by Notepad++ for auto-completion features when programming in python (function names, arguments, and descriptions), using your own set of imported modules.

Notepad++ Autocompletion for Python Web Site

Update Notifications





User Ratings

 
 
11
2
Write a Review

User Reviews

  • Posted by ipsecog 2012-09-24

    Works reasonably well, but in case someone is still working on this, how about a more proper handling of classes? Functions are one thing, but it would be very useful to have completion on class __init__ parameters and methods pop up on the class name.

  • Posted by OpenID User 2011-11-14

    Had to add the following to make function arguments appear without glitches: MY_out = outputs[key][2].replace('&#10;', '\n') MY_out = MY_out.replace('&gt;', ' ') xml += '\t\t\t<Overload retVal="" descr=%s>\n' % MY_out Otherwise really cool and useful. Many thanks !

  • Posted by OpenID User 2011-10-31

    Cool project for beginners. Pb: when I run python generate_python_autocomplete.py < imports.py > python.xml I get this error: line 30 Print 'NAME' Syntax Error: Invalid Syntax (with a cursor pointing to below the second single quote) Any help? Thx! Clement

  • Posted by OpenID User 2011-10-03

    Thank you for your efforts. Really helpful for python beginners. (like me)

  • Posted by Jonah 2013-02-18

    great app, works nicely

Read more reviews

Additional Project Details

Intended Audience

Advanced End Users, End Users/Desktop

User Interface

Command-line

Programming Language

Python

Registered

2011-05-25

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.