PhpStorm实时模板当前路径

时间:2019-03-01 07:56:10

标签: phpstorm live-templates

我想在实时模板中获取当前路径。

是否可以在PhpStorm IDE的实时模板中获取当前路径?

1 个答案:

答案 0 :(得分:1)

对此没有预定义的实时模板宏。请投票给IDEA-55066IDEA-204994,以通知这些功能的任何进展

您可以尝试以下表达式:

groovyScript("com.intellij.openapi.fileEditor.FileDocumentManager.getInstance().getFile(_editor.document).getParent().getName()")