1

I'm using Pydev with Eclipse. Is it possible to execute a line of python code or a text selection with my IDE? Thanks!

2
  • 2
    Yes it is possibile. What is the problem? What have you tried so far? Please, try to be more specific! Commented Mar 12, 2012 at 9:33
  • Sorry for that. My question was how to do it. I've just solve it following Nishant instructions. Thank you! Commented Mar 13, 2012 at 14:42

2 Answers 2

2

Pydev documentation is available here For you specific issue I would suggest using the 'Interactive Console' built into PyDev the how-to is located here

Also, if you're looking for additional short-cuts for PyDev you can look here

Regards

Nishant

Sign up to request clarification or add additional context in comments.

Comments

1

CTRL+ALT+ENTER will execute the selected lines.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.