I'm using Pydev with Eclipse. Is it possible to execute a line of python code or a text selection with my IDE? Thanks!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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
回答2:
CTRL+ALT+ENTER
will execute the selected lines.