Python-Auto-Complete icon indicating copy to clipboard operation
Python-Auto-Complete copied to clipboard

A Sublime Text 2 plugin which adds additional auto-completion capability to Python scripts

Results 2 Python-Auto-Complete issues
Sort by recently updated
recently updated
newest added

When I hit tab on the "print" autocomplete suggestion, my cursor ends up at the end of this long string of placeholders.

Using `\t` in the completion string the following text will be displayed as a description right-aligned in the completion popup ([example](https://github.com/FichteFoll/AAAPackageDev/blob/enhanced_conversion/syntax_def_dev.py#L281), using the API). I tested it using ``` json...