Sublime Forum

Pygame autocompletion

#1

Hello,

I downloaded sublime text yesterday, and have indeed fallen in love as the main page claims haha.
Recently started using python, but absolutely hated being in eclipse.
sublime text is incredibly awesome, but it seems to be having some trouble with autocompletion on the pygame library.

It is able to autocomplete custom made modules perfectly fine, but it does not seem to complete the pygame modules properly.
Example; It will suggest pygame***.image * properly after the "." but pygame.image.** suggest only some general variables and functions like “info” and “class”.
The pygame module is not part of the added project folders, but it still is able to suggest pygame.image, so I’m not sure what is going wrong.

I have already installed the SublimeCodeIntel plugin.
Any help?

edit: It also seems that there are is no indication for requested parameters in the autocomplemete dialog for functions. Yes, I am very picky :smiley:

0 Likes