我想插入多个实时模板。例如,每当我键入prop
并按tab
时,pycharm就会为python编写full属性。
我想导入以下列表:https://github.com/hoffmann/PyCharm-Python-Templates
但是我无法在<your home directory>\.<product name><version number>\config\templates
中找到模板文件夹,如https://www.jetbrains.com/help/pycharm/2016.1/live-templates.html中所述
我也在使用社区版2016.1.4。
[当我使用路径<your home directory>\.PyCharm2018.3\config\jba_config\templates\user.xml
时,它在Windows上可以工作(我的PyCharm版本是2018.3.4)
如果这对您不起作用,则可以按照我的操作找到文件的位置。
File | Settings | Editor | Live Templates
,创建了一个名为MyNewUniqueLiveTemplate
的新模板<user directory>\.PyCharm2018.3\config
上为字符串MyNewUniqueLiveTemplate
“ grep”。我遇到了同样的问题,发现有一种插入多个实时模板的最简单方法。
(Ctrl+Alt+S -> Editor / Live Templates)
,Python
或创建自己的模板,例如'user
'),无论操作系统,PyCharm版本如何,它都可以正常运行,您不必担心PyCharm配置文件的位置。
您可以通过这种方式一次插入多个实时模板。