Released: Jun 5, 2025
2025.1.2 中的更新
特性
- Code Insight
- Added support for new patterns in 'ServeMux'.
修補程式
- IDE
- Handlers from standard and libraries HTTP routers missing in Endpoints tool window.
- Unresolved reference and unused function when package name ends with _test.
- Inspections
- StackOverflowError in GoTypesMatcher.matchTypes leads to infinite Analyzing.
- Flaky Deprecated element inspection in real-world projects.
Released: May 12, 2025
2025.1.1 中的更新
特性
- Go Linter Plugin
- Added support for 'golangci-lint' binaries installed via go install.
修補程式
- Build Systems. Go Modules
- Vulnerability checker does not update dependencies in go.mod.
- Code Insight
- Do not use PsiElement for popup model in com.goide.go.GoGotoUtil.showPopup.
- Debugger
- To debug executables using DWARFv5 or later Delve must be built with Go version 1.25.0 or later.
- Go Linter Plugin
- Set golangci-lint executable automatically if only one binary is found.
- Failed to Discover Linters leads...
Released: Apr 16, 2025
2025.1 中的更新
特性
GoLand goes AI
- JetBrains AI has received a major upgrade, bringing both AI Assistant and Junie under a single subscription. With this release, all JetBrains AI features are accessible for free in the IDEs, with unlimited use for some, such as unlimited code completion and local model support, and limited credit-based access to others. JetBrains are also introducing a new subscription system that makes it easy to scale up as needed with the AI Pro and AI Ultimate tiers.
- This release introduces...
Released: Mar 13, 2025
2024.3.5 中的更新
特性
- Updated the bundled Tailwind CSS LSP server version to 0.14.8.
- Added a control handle to set the max length of the 'HostLabelDropdown'.
修補程式
- LSP, TypeScript LS
- IDE keeps freezing Windows 10 (stuck in cancelling TypeScriptServiceInlayHintsService).
- Code. Completion
- Quick dropdown widget has disappeared in completion popup.
- Version Control
- 'CommitChunkService' is leaking on IDE exit.
Released: Feb 28, 2025
2024.3.4 中的更新
特性
- The "Data Sources...;" button on the toolbar is now always enabled.
- Updated Prisma LSP to 6.3.1.
- Prisma: Added ULID support.
- Can now add a GraphQL injection into the first argument of gql function call.
修補程式
- Code completion
- Angular: Import popup is cancelled on directive completion.
- Prisma: Completion for ULID is not available if the type is nullable.
- Imports
- IDE breaks auto-complete and auto-import when packaged components are declared with '__VLS_WithTemplateSlots'.
- No subsystem
Released: Jan 24, 2025
2024.3.2.1 中的更新
修補程式
- Code completion - Autocomplete showing many duplicate entries.
Released: Nov 14, 2024
2024.3 中的更新
特性
New inspection for cyclic imports
- GoLand 2024.3 comes with an inspection that analyzes dependencies and informs you about cyclic imports before you run go build.
Management of multiple Go services and configurations in a single UI
- To provide the best possible development experience, JetBrains have implemented a handy UI solution that allows you to run and manage multiple services and configurations in a single subwindow.
Performance Improvements
- Faster opening of larger projects
Released: Sep 26, 2024
2024.2.3 中的更新
特性
- Added actions to CR commits list.
- Provided a way to install a third-party plugin via command line without asking for confirmation.
- Added 'Terraform File' option to 'Create File' menu.
- Added Terraform usage indicators.
- Added version/full name completion for 3rd party providers in Terraform registry.
- Terraform: Added inspection for unused variables and locals.
- Space: Added 'Copy branch name' action.
- Added scaling and UI initialization logging.
修補程式
- Space
- Theming issue in timeline.
- Review in...
Released: Sep 23, 2024
2024.2.2.1 中的更新
修補程式
- Debugger
- macOS Sequoia debugger finishes with 'could not launch process: no debug_str_offsets' section.
- No subsystem
- Updated JavaScript and TypeScript project templates.
Released: Sep 19, 2024
2024.2.2 中的更新
修補程式
- Build Systems
- Automatic GOPROXY overrides custom value.
- Space
- Never show quality gate slots for local changes.
- Incorrect background for "All commits" node in CR/MR commits list.
- Noticeable MR/CR changes tree update delay when changing commits.
- Different margins in the sticky headers.
- NPE in review details.
- Refactor reactivity in some more components.
- Update reviewers block on CR creation.
- Update reviewers section on details panel.
- Incorrect header sticking.
- Stack corrupted exception on...