Last Site Update: 25 April 2005 | Latest Version: 0.9.3 |
||||||||||||||
|
||||||||||||||
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. ![]() |