我为Laravel Framework找到了PhpStorm 9的这些有用的实时模板:
https://github.com/koomai/phpstorm-laravel-live-templates
但我找不到像这样的文件夹
〜/ Library / Preferences / product name - 版本号/模板
导入这些文件。
我正在与OSX Yosemite合作
请求帮助!!
答案 0 :(得分:0)
对于PhpStorm v9.0.x,文件夹应为~/Library/Preferences/WebIde90/templates
,对于9.5(目前处于EAP阶段),它应为~/Library/Preferences/WebIde95/templates
。如果无法找到 - 为WebIde90
执行全局搜索。
仔细检查您要检查的路径:~/Library
与/Library
不同(第一个位于您的用户文件夹中,因此真实路径类似于/Users/USER_NAME/Library...
)。