wuyumin/GoLand
GoLand 开发工具的一些技巧和个性配置。基于 IntelliJ 框架的软件大多数的技巧是相似的,比如 IntelliJ IDEA、PyCharm、Android Studio、PhpStorm 等软件的技巧大多数能用到 GoLand 上,同理,GoLand 的技巧也大多数能应用到基于 IntelliJ 框架的软件。
Platform-specific configuration:
{
"mcpServers": {
"GoLand": {
"command": "npx",
"args": [
"-y",
"GoLand"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...