Intellij obtain config directory
已回答
In IntelliJ there are pre-defined env variables one can use like:
$MODULE_DIR$ - current module directory
$PROJECT_DIR$ - project root directory (where .idea folder sits)
$APPLICATION_HOME_DIR$ - installation directory
Is there a variable I can use that points to the configuration folder of IntelliJ - e.g. C:\Users\<username>\.IdeaIC<version>\config
请先登录再写评论。
Hello Stoyan,
Could you please describe your use case for this macros?