Last Site Update: 20 July 2010 | Latest Version: 1.6.0


Main

Download

Screenshots

Manual

Developers

About/Contact


Pydev Aptana

Previous (Templates completion) Root Next (Context-insensitive completions)


Code Completion

Requesting Code Completion

Code completion provides context-sensitive completions and is enabled with Ctrl+Space. (Note that eclipse has simple emacs-style text-completion with Alt+/).

It's important to note that your interpreter must be properly configured for the code-completion to work, and for getting the builtins, Pydev spawns a shell, so, having a firewall can prevent the code-completion from working if it's blocking the communication from eclipse to that shell.

Preferences

If you want to configure something, you have to go to window > preferences > Pydev > Editor > Code Completion.

images/codecompletion/codecompletionpreferences.png


Previous (Templates completion) Root Next (Context-insensitive completions)

Copyright: Aptana, Inc. 2008-2010