# goctl-plugins **Repository Path**: ta-tech-team/goctl-plugins ## Basic Information - **Project Name**: goctl-plugins - **Description**: The plugins/extensions for goctl, like vscode or goland etc. - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goctl-plugins [English](README-en.md) | 简体中文 goctl 插件/扩展集,例如 vscode、goland 等。 **注意:** goctl goland 插件,goctl vscode 扩展均依赖 goctl 命令行工具,使用前请先[安装 goctl 命令行工具](https://github.com/tal-tech/go-zero#5-quick-start)。 ## 适用于 IntelliJ 平台的 goctl 插件 ### 安装此插件 该插件可以安装在以下基于IntelliJ的版本上: * IntelliJ 2019.3+ (Ultimate or Community) * Goland 2019.3+ * WebStorm 2019.3+ * PhpStorm 2019.3+ * PyCharm 2019.3+ * RubyMine 2019.3+ * CLion 2019.3+ 确保你的 IDE 符合上述要求,并已安装 goctl 命令行工具,在 IntelliJ Plugin 商店中,搜索 `Goctl` 安装即可(发布者为 “xiaoheiban” )。 > IntelliJ 插件使用请参考[这里](https://www.jetbrains.com/idea/help/managing-enterprise-plugin-repositories.html)。 更多信息请点击[这里](goland/README.md)。 ## 适用于 Visual Studio Code 的 goctl 插件 ### 安装此扩展 该插件可以安装在 1.46.0+ 版本的 Visual Studio Code 上,首先请确保你的 Visual Studio Code 版本符合要求,并已安装 goctl 命令行工具。如果尚未安装 Visual Studio Code,请安装并打开 Visual Studio Code。 导航到“扩展”窗格,搜索 `goctl` 并安装此扩展(发布者ID为 “xiaoxin-technology.goctl”)。 > Visual Studio Code 扩展使用请参考[这里](https://code.visualstudio.com/docs/editor/extension-gallery)。 更多信息请点击[这里](vscode/README.md)。