Released: Mar 21, 2024
2023.3.6 での更新項目
不具合の修正
- Introduced a workaround to reduce the probability of IDE crashes after updating to Apple macOS Sonoma 14.4.
Released: Mar 12, 2024
2023.3.5 での更新項目
不具合の修正
- GoLand debugger fails on macOS machines with high thread counts.
- "Project Errors" tab continues showing outdated project errors even when they are resolved.
- Outdated inspection warning which stays forever despite changed source code.
- Wrong screen scaling set randomly, sometimes becomes normal after IDE restart.
- UI buttons problem.
- Java: Problems stuck in Project Problems view.
- Do not show updates for disabled plugins.
Released: Feb 14, 2024
2023.3.4 での更新項目
機能
- Added support for range-over-int and range-over-func.
不具合の修正
- com.intellij.serviceContainer.AlreadyDisposedException: Container is already disposed during exit from GoLand in integration tests in the aggregator.
- Require different error handling when Go version mismatch between GOROOT and go.mod.
- False-negative: range over a type without a core type.
- False positive for GOPATH project: Range over int is supported starting with Go 1.22.
- No placeholders in the format string applied to wrong...
Released: Jan 26, 2024
2023.3.3 での更新項目
機能
- Added diagnostic info about why a project's source root has been updated.
- Angular 17: Added support for auto-injecting CSS in Angular inline styles.
- New Angular Control Flow syntax is now available in .svg files.
- Added support for the styleUrl property.
- Angular 17.1: Added support for the new input() signal syntax.
- Client components and Server components are now highlighted in different colors, to make it easier to tell them apart in JSX.
Released: Dec 20, 2023
2023.3.2 での更新項目
機能
- Implemented documentation like rendering for onboarding tips comments.
- You can now prefill the commit message from the task name and ID.
- Added a command to jump to a line in a file from Space.
- Prisma: Added support for find usages.
- Angular 17: Added support for code folding within new control flow blocks.
- Angular 17: Added support for @for block.
- Angular 17: Added a new control flow syntax.
- Angular 17: Added documentation support for Angular blocks.
Released: Dec 12, 2023
2023.3.1 での更新項目
不具合の修正
- Store metadata in the entity storage.
- "Catalog view 'destination_data_spaces' is not supported in this version." on database introspection in 2023.
Released: Dec 6, 2023
2023.3 での更新項目
機能
AI Assistant [General Availability]
- The latest updates include enhanced code generation directly within the editor, context-aware AI chat that answers project-related queries without requiring you to copy code, and project-aware AI actions that use extended context to provide more comprehensive results. A new diff viewer makes it easier to identify changes the AI actions have made to your code.
- AI Assistant for GoLand: Rename - AI Assistant in GoLand will suggest some name ideas for functions...
Released: Nov 15, 2023
2023.2.5 での更新項目
不具合の修正
- Improves "Cannot connect to already running IDE instance" Exception: Process <process_id> is still running detection.
Released: Oct 27, 2023
2023.2.4 での更新項目
不具合の修正
- 'compute-gen.go' of 'google.golang.org' exceeds file size limit.
- Debugger: Attach to Process fails (Access is allowed from Event Dispatch Thread).
- Can not paste the text (data) on the windows remote desktop, copied from IDEA editor.
- Commit window shows full path, irregularly.
Released: Oct 12, 2023
2023.2.3 での更新項目
不具合の修正
- Unresolved references for Go modules dependencies after shutdown on Indexing dependencies.
- GoLand fails to connect to debug process on Darwin / macOS due to thread ID.
- Invalid "unresolved reference" error.
- 'Collect Logs and Diagnostic Data' includes empty idea.log on early startup.
- Deadlock in indexes due to calling FileBasedIndex recursively.
- Consistent listeners of the Workspace Model.
- Unable to reformat file in Light Edit mode.
- Can't open some projects in 2023.2 due to "Access is...