https://github.com/tal-tech/goctl-plugins
The plugins/extensions for goctl, like vscode or goland etc.
https://github.com/tal-tech/goctl-plugins
Last synced: 3 months ago
JSON representation
The plugins/extensions for goctl, like vscode or goland etc.
- Host: GitHub
- URL: https://github.com/tal-tech/goctl-plugins
- Owner: tal-tech
- License: mit
- Created: 2020-10-18T05:56:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T14:46:12.000Z (about 4 years ago)
- Last Synced: 2025-04-03T05:12:16.833Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 3.53 MB
- Stars: 25
- Watchers: 10
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# goctl-plugins
English | [简体中文](README.md)
The plugins/extensions for goctl, like vscode or goland etc.
**Note:** goctl goland plugin and goctl vscode extensions depend on goctl command line tool, please [install goctl command line tool](https://github.com/tal-tech/go-zero#5-quick-start) first.
## goctl plugin for IntelliJ Platform
### Install this plugin
The plugin can be installed on following IntelliJ-based:
* IntelliJ 2019.3+ (Ultimate or Community)
* Goland 2019.3+
* WebStorm 2019.3+
* PhpStorm 2019.3+
* PyCharm 2019.3+
* RubyMine 2019.3+
* CLion 2019.3+
Make sure your IDE meets the above requirements and have installed the goctl command line tool. In the IntelliJ Plugin store, search for `Goctl` to install (publisher is "xiaoheiban").
> For IntelliJ plug-in use, please refer to [here](https://www.jetbrains.com/idea/help/managing-enterprise-plugin-repositories.html).
For more information please check [here](goland/README.md).
## goctl plugin for Visual Studio Code
### Install this extension
The plug-in can be installed on the 1.46.0+ version of Visual Studio Code. First of all, please make sure that your Visual Studio Code version meets the requirements and have installed the goctl command line tool. If Visual Studio Code is not already installed, please install and open Visual Studio Code. Navigate to the "Extensions" pane, Search for `goctl` and install this extension (publisher ID is "xiaoxin-technology.goctl").
> For the extension of Visual Studio Code, please refer to [here](https://code.visualstudio.com/docs/editor/extension-gallery).
For more information please check [here](vscode/README.md).