Last Site Update: 01 February 2012 | Latest Version: 2.4.0


Main

Download

Screenshots

Manual

Developers

About/Contact


PyDev Appcelerator

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: Appcelerator, Inc. 2008-2011