首页 > 其他 > 详细

pycharm templates 设置

时间:2015-09-03 14:06:10      阅读:893      评论:0      收藏:0      [点我收藏+]

1、File-Settings-Editor-File Code Templates 配置Python Script模板文件;

技术分享

2、关于Templates一些参数变量详解;

  • ${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.

3、配置实例截图;

技术分享


本文出自 “一念之间” 博客,请务必保留此出处http://blueleague.blog.51cto.com/8499581/1691092

pycharm templates 设置

原文:http://blueleague.blog.51cto.com/8499581/1691092

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!