Last Site Update: 25 April 2005 | Latest Version: 0.9.3

 
Features Editor Debugger Code Completion Templates
Code Coverage Content Assistants Refactoring Tasks PyLint
 
 
Home
Features
Editor
Debugger
Code Completion
Templates
Code Coverage
Content Assistants
Refactoring
Tasks
PyLint
Roadmap
Screenshots
Download
Credits
More info
FAQ / BUGS
Users List (code)
Users Forum
Fabio Zadrozny Blog
Aleks Totic Blog
Hosted at
PyDev at Sourceforge
Donate
Sponsored by
 

Templates is a sort of code completion that allows you to create a template and use it after when you're editing code.

Let's see an example.

First, you have to create the template in the pydev preferences page, let's say you want to add a token "pd" with "import pdb; pdb.set_trace()".

After doing it, you can use it in the editor by typing "pd" and Ctrl+Space (it is the same keybing used for code completion, so, it may bring code completion suggestions too).

The example below shows what I mean.