Differences between revisions 3 and 4
Revision 3 as of 2005-04-24 16:59:06
Size: 1458
Editor: 200
Comment:
Revision 4 as of 2005-06-01 05:31:19
Size: 1455
Editor: webgw-mu3
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
= Editor (org.python.pydev): =  = Editor (org.python.pydev): =
Line 33: Line 33:
= Debugger (org.python.pydev.debug) =  = Debugger (org.python.pydev.debug) =
Line 41: Line 41:
= Help (org.python.pydev.help) =  = Help (org.python.pydev.help) =

PyDev is a Python plugin for Eclipse.

It is hosted at http://pydev.sourceforge.net/

and already features (taken from PyDev HP) on version 0.9.2:

Editor (org.python.pydev):

  • Ctrl+Shift+O: Organizes imports or sorts selection alphabetically
  • Ctrl+Shift+F: Autoformat your code (preferences can be set)
  • Python 2.4 syntax supported
  • PyDev builders can be disabled

  • Syntax highlighting
  • Matching brackets highlighted.
  • Parser errors marked in the task list
  • Outline view with imports/functions/classes
  • Tabs or spaces preference
  • Smart indentation
  • Navigation: keyboard shortcuts to previous or next function. Default: (Ctrl+Shift+Up and Ctrl+Shift+Down)
  • Comment and uncomment commands (on the popup menu) and keybindings. Default: (Ctrl+3 and Ctrl+Shift+3)
  • hyperlinks over functions//import statements
  • Code folding
  • Refactoring with bicycle repair man.
  • Code Completion (Ctrl+Space)
  • Templates Completion (Ctrl+Space Too)
  • Go to definition with F3 (powered by bicycle repair man)
  • Content Assistant (Ctrl+1)
  • Code Coverage
  • Pylint
  • TODO tasks
  • Background and current line color chooser.

Debugger (org.python.pydev.debug)

  • Watch
  • Breakpoints
  • Step in/out/over
  • Multiple threads
  • Variable display
  • File hyperlinks in the console output (you can click on stack traces)

Help (org.python.pydev.help)

  • Brief documentation in Eclipse format.

PyDev (last edited 2010-01-01 11:14:53 by 201)

Unable to edit the page? See the FrontPage for instructions.