eclipse + python + pydev

工具:eclipse-nion、jdk8、python3.6、pydev

eclipse -》 help -》 eclipse marketplace -》 输入 python,install pydev

接着配置一下eclipse的解释器以及编码方式

新建一个项目:new -》project -》 pydev-》pydev project

修改字体 windows-》preferences-》general-》appearance-》colours and fonts -》basic-》text font-》edit

格式化快捷键 csf

在当前行前插入一行快捷键为:ctrl+shift+enter

在当前行后插入一行快捷键为:shift+enter

设置快捷键  Eclipse => Window => Preference => General => Keys

原文地址:https://www.cnblogs.com/anqiang1995/p/7305278.html