# idea-grails-tools **Repository Path**: sdyan/idea-grails-tools ## Basic Information - **Project Name**: idea-grails-tools - **Description**: idea的grails 3 插件增强。因为idea对grails 3的支持有限,很多方便的功能不存在了,此工具就是补足一些便捷功能,提高开发效率。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # idea-grails-tools an idea plugin for grails development。 ## how to use ### install 1. download plugin install file like idea-grails-tools-VXX.zip from [releases](https://github.com/yanq/idea-grails-tools/releases) and install it in IDEA plugin center. 2. You can also install it in IDEA plugin center by search "Grails Tools". ### install from code 1. clone or download this project. 2. open it by intellij idea. 3. build it follow official doc [deploy plugin](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/deploying_plugin.html). 4. enjoy it,thanks.