PyCharm越用越好用
调试面板
设置文件和代码模板
PyCharm comes with a set of predefined template variables.
The available predefined file template variables are:
${PROJECT_NAME} - the name of the current project.
${NAME} - the name of the new file which you specify in the New File dialog box during the file creation.
${USER} - the login name of the current user.
${DATE} - the current system date.
${TIME} - the current system time.
${YEAR} - the current year.
${MONTH} - the current month.
${DAY} - the current day of the month.
${HOUR} - the current hour.
${MINUTE} - the current minute.
${PRODUCT_NAME} - the name of the IDE in which the file will be created.
${MONTH_NAME_SHORT} - the first 3 letters of the month name. Example: Jan, Feb, etc.
${MONTH_NAME_FULL} - full name of a month. Example: January, February, etc.
官方文档 http://www.jetbrains.com/pycharm/help/creating-and-editing-file-templates.html
设置字体、字号
设置行号
临时设置。右键单击行号处,选择 Show Line Numbers。但是这种方法,只对一个文件有效,并且,重启PyCharm 后消失。
永久设置。File –> Settings –>Editor –>Appearance , 之后勾选Show Line Numbers。
开发环境配置
配置远程编译器,输入地址、用户名、密码、远程编译器路径,SSH方式连接。
调试配置。
配置远程开发环境项目目录。
- 设置自动上传