我想在实时模板中获取当前路径。
是否可以在PhpStorm IDE的实时模板中获取当前路径?
答案 0 :(得分:1)
对此没有预定义的实时模板宏。请投票给IDEA-55066和IDEA-204994,以通知这些功能的任何进展
您可以尝试以下表达式:
groovyScript("com.intellij.openapi.fileEditor.FileDocumentManager.getInstance().getFile(_editor.document).getParent().getName()")