Content Assistants

Some content assistants are added to make your life easier...

They are activated through Ctrl+1

Currently, there are 4 content assistants implemented in pydev: Below, examples of each in use are shown.

Move import to global scope

Before


After

Create docstring

Must be called in the 'def' line.

Before


After

Assign result to new local variable (or field)

Before


After

Surround code with try..except or try..finally

Must have some code selected

Before


After