开发工具 - pycharm

pycharm 添加时间:

  1. Live Template 添加一个 Template Group 命名为 Common
  2. 添加一个 Live Template 设置如下
    Abbreviation: time
    Description : current time
    Template Text: \(time\) (# username \(time\) )
    Edit Variables -> Expresssion : date("yyyy-MM-dd HH:mm:ss")
  3. 让设置生效
    Define->Everywhere


pycharm 插件:

  1. 14 个插件后,PyCharm 能飞起
    Key Promoter X - 快捷键提示
    Auto PEP8 in PyCharm - 代码格式化
    Execute Selection in Console - 执行测试代码
    Profile in PyCharm - 函数调用关系
    https://mp.weixin.qq.com/s/Q6qBcNiEXgyo8YbB8qxF4A
posted @ 2020-08-06 15:20  该显示昵称已被使用了  阅读(85)  评论(0编辑  收藏  举报