{"id":13527213,"url":"https://github.com/go-lang-plugin-org/go-lang-idea-plugin","last_synced_at":"2025-05-14T20:04:38.965Z","repository":{"id":1039934,"uuid":"869754","full_name":"go-lang-plugin-org/go-lang-idea-plugin","owner":"go-lang-plugin-org","description":"Google Go language IDE built using the IntelliJ Platform","archived":false,"fork":false,"pushed_at":"2018-08-11T19:54:16.000Z","size":34753,"stargazers_count":4555,"open_issues_count":416,"forks_count":570,"subscribers_count":244,"default_branch":"master","last_synced_at":"2025-03-30T10:04:58.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/5047","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-lang-plugin-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-29T08:20:01.000Z","updated_at":"2025-03-27T06:14:06.000Z","dependencies_parsed_at":"2022-07-06T03:30:52.259Z","dependency_job_id":null,"html_url":"https://github.com/go-lang-plugin-org/go-lang-idea-plugin","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-lang-plugin-org%2Fgo-lang-idea-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-lang-plugin-org%2Fgo-lang-idea-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-lang-plugin-org%2Fgo-lang-idea-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-lang-plugin-org%2Fgo-lang-idea-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-lang-plugin-org","download_url":"https://codeload.github.com/go-lang-plugin-org/go-lang-idea-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471518,"owners_count":20944158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T06:01:43.357Z","updated_at":"2025-04-06T11:06:12.260Z","avatar_url":"https://github.com/go-lang-plugin-org.png","language":"Java","funding_links":[],"categories":["Java","Editor Plugins","VI. Program languages and applications that were written with Java"],"sub_categories":["Middlewares","2. Other program languages tools that were written with Java"],"readme":"# Go plugin for IntelliJ\n\n# Deprecation notice\n\nThis project is officially not maintained anymore. If you are using [GoLand](https://jetbrains.com/go) or [IntelliJ IDEA Ultimate](https://jetbrains.com/idea) 2017.3 or later, please report your issue at the official tracker: https://youtrack.jetbrains.com/issues/Go\n\n\n[![Build Status](https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:IntellijIdeaPlugins_Go_Test)/statusIcon.svg?guest=1)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=IntellijIdeaPlugins_Go_Test\u0026guest=1) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-lang-plugin-org/go-lang-idea-plugin?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n## Pre-release builds\n\nPlease note, that the following features are available in [GoLand, JetBrains's official IDE](https://www.jetbrains.com/go/), or [JetBrains maintained plugin](https://plugins.jetbrains.com/plugin/9568-go), but **not in this plugin**:\n\n- Navigation\n  - Go to inheritor structures\n  - Go to super interfaces\n- Type-aware completion (aka Smart completion)\n- Extract function refactoring\n- Implement type\n- Inspections and quick-fixes\n    - Introduce method\n    - Introduce field\n    - Delete unused parameter\n    - Show symbol duplicates\n    - Add/delete missing/redundant expressions in case of assignment count mismatch\n    - Properly implemented Duplicated symbols inspection\n    - Recursive type detection\n    - Invalid const initialization\n- Tests and coverage\n    - Sub-tests support (runner, navigation, gutter actions)\n    - Debugging tests\n- Debugger\n    - Step out\n    - 100x faster performance\n- General\n    - Highlighting of go:generate comments\n    - Quick documentation for struct fields\n    - Semantic highlighting\n    - Parameter name hints\n    - SQL auto-injection\n    - Support for Go 1.9+\n    - Support for AppEngine 1.9.54+\n\n\n**Supported IDEs**\n\nThe plugin can be installed on following IntelliJ-based:\n\n- IntelliJ 2016.1+ (Ultimate or Community)\n- WebStorm 2016.1+\n- PhpStorm 2016.1+\n- PyCharm 2016.1+\n- RubyMine 2016.1+\n- CLion 2016.1+\n- Android Studio 1.2.1+\n\nPre-release builds are available in two forms: nightly and alphas. Alpha builds are usually released at the beginning of every week while nightly builds are released every night.\n\nTo use them do the following:\n\n1. Use [the instructions](https://www.jetbrains.com/idea/help/managing-enterprise-plugin-repositories.html)\n1. Paste the URL for the version you need:\n - alpha: https://plugins.jetbrains.com/plugins/alpha/5047\n - nightly: https://plugins.jetbrains.com/plugins/nightly/5047\n\n**NOTE**\nThe above links are not meant to be used in browsers, so don't report issues\nabout them not working or being inaccessible unless there's an error in the IDE itself.\n\nSince these are not stable releases, some things might not work as expected.\n\n### Release versions schema\n\nBellow you can see the versions of the plugin which correspond to the versions of the \nIntelliJ Platfom (IntelliJ IDEA, WebStorm, PyCharm etc.):\n\n| Plugin version number | Platform number |\n| ---- | --- |\n| 0.12.x | IntelliJ 2016.2 (IntelliJ IDEA 2016.2) | \n| 0.11.x | IntelliJ 2016.1 (IntelliJ IDEA 2016.1) | \n| 0.10.x | IntelliJ 143.1180 - 143.9999 (IntelliJ IDEA 15.0.2+) | \n| 0.9.x | IntelliJ 141.1532 - 141.9999 (IntelliJ IDEA 14.1) |\n \n If you are not using IntelliJ IDEA, then please check the build number of your IDE\n as that will correspond to the IntelliJ Platform version.\n\nReporting issues is very important for us as such, please see the section below\non how to submit a proper bug report.\n\n## FAQ\n\nHere's a list of the most frequently asked questions: [FAQ](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/wiki/FAQ)\n \n## Bugs\n\nIf you've found a bug, which is not a duplicate, [report it](http://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues).\n\nWhen reporting a bug, please include the following:\n- IDEA version\n- OS version\n- JDK version\n- Plugin version (or commit hash, if you built the plugin yourself)\n- Detailed steps to reproduce (please include sample code)\n\n## Bumping or +1 comments\n\nPlease don't comment with \"bump\", \"+1\", \"same for me\" or other irrelevant comments as they're useless for identifying the issue and finding the solution.\n\nContributions are always welcome and we'll do our best to make the most of them.\n\n## Contributing\n\nWe encourage you to contribute to the plugin if you find any issues or missing\nfunctionality that you'd like to see. In order to get started, see the\n[contribution](CONTRIBUTING.md) guide.\n\n## [People who helped](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/graphs/contributors)\n\n## License\n\nThe Gopher icons are based on the Go mascot designed by [Renée French](http://reneefrench.blogspot.com/) and copyrighted under the [Creative Commons Attribution 3.0 license](http://creativecommons.org/licenses/by/3.0/us/).\n\nThe plugin is distributed under Apache License, version 2.0. For full license terms, see [LICENCE](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/blob/master/LICENCE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-lang-plugin-org%2Fgo-lang-idea-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-lang-plugin-org%2Fgo-lang-idea-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-lang-plugin-org%2Fgo-lang-idea-plugin/lists"}