简体   繁体   中英

Execute Python line of code in Eclipse

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

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

CTRL+ALT+ENTER将执行选定的行。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM