GoLand Releases

Released: Apr 4, 2024

Updates in 2024.1

Features

Full line code completion

  • This release introduces full line code completion, a new feature that autocompletes entire lines of code using locally-run, context-aware deep learning models. It helps improve coding speed and efficiency while working locally on your device without sending any data to external servers. You can control this feature and specify the languages you'd like to get full line suggestions for in Settings | Editor | General | Code Completion | Machine Learning-Assisted...

Released: Mar 21, 2024

Updates in 2023.3.6

Fixes

  • Introduced a workaround to reduce the probability of IDE crashes after updating to Apple macOS Sonoma 14.4.

Released: Mar 12, 2024

Updates in 2023.3.5

Fixes

  • 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

Updates in 2023.3.4

Features

  • Added support for range-over-int and range-over-func.

Fixes

  • 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

Updates in 2023.3.3

Features

  • 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

Updates in 2023.3.2

Features

  • 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

Updates in 2023.3.1

Fixes

  • 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

Updates in 2023.3

Features

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...

Released: Nov 15, 2023

Updates in 2023.2.5

Fixes

  • Improves "Cannot connect to already running IDE instance" Exception: Process <process_id> is still running detection.

Released: Oct 27, 2023

Updates in 2023.2.4

Fixes

  • '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.