GoLand のリリース

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

Released: Aug 30, 2024

2024.2.1 での更新項目

機能

  • Added an "Accept and finalize" button to the review tool window in the Space plugin.
  • Support for Next.js link resolve within JS context.
  • Auto-download plugins that are 100% compatible with existing environment.
  • CSS scope from styled components is now taken into account.
  • DevContainers: Added step about tmp folder creating and warning regarding mount in build logs when the dev container is created with clone via RD.
  • HTTP Client XPath: Added a live template.
  • Preserves custom text written in the...

Released: Aug 21, 2024

2024.2.0.1 での更新項目

不具合の修正

  • Kubernetes: bundle 1.31 schemas.
  • Install Python Community Edition (PythonCore) plugin when migrating to 2024.2 with Python (PythonId) plugin from 2024.1 or earlier.
  • Trial license is not activated in RD via JetBrains account.

Released: Aug 7, 2024

2024.2 での更新項目

機能

Add method to interface and all its implementations refactoring

  • This release introduces the 'Add method to interface and all its implementations' refactoring. This quick-fix allows you to add a new method to an interface and all its implementations in one action.

Performance improvements

  • Improved project scanning performance - Optimized the scanning of the GO MOD CACHE directory, resulting in faster project opening times.
  • More features outside of smart mode - The Run action can now be...

Released: Aug 6, 2024

2024.1.5 での更新項目

機能

  • Added a control to toggle flagged comments.
  • You can now display the comments of the current Space review in the editor.
  • Added support for creating comments in the editor for the current Space review.

Released: Jun 20, 2024

2024.1.4 での更新項目

不具合の修正

  • Updated SDK in IDEA to 1.1.181286.
  • Playwright tests are not running on WSL and Docker.
  • Getting types from TS Server blocks typing.
  • Code Style setting for colon between property name and value doesn't work in Vue component.
  • CSS class auto-completion for Tailwind does not work when using a remote Node.js interpreter (Docker/ssh).
  • Database session "Filter rows" is hiding unsubmitted changes.
  • Duplicated items when creating / dropping object in non default schema with disabled auto sync...

Released: Jun 10, 2024

2024.1.3 での更新項目

機能

  • IJ plugin: Added an easy way to copy review ID to clipboard.
  • [LLM] Added the ability to generate tests for Vue components.
  • [LLM] You can now add generated tests into existing file when possible.
  • Added a Code Style setting for colon between property name and value.
  • Added support for standalone component pseudo-module constants.
  • Angular 17.2: Added model input support.
  • Angular 17.3: Added signal outputFromObservable support.
  • Added the Code Style setting to indicate whether IDE should use a...

Released: May 23, 2024

2024.1.2 での更新項目

機能

  • Added support for multiline comments in code review.
  • You can now print jsonb_pretty cells in a user friendly way.
  • Added the ability to duplicate columns.
  • Added support for Docker's instance of mysqldump.
  • Terraform: Added the option to disable looking into subdirectories when resolving variables.
  • Added the ability to disable automatically getting Terraform provider's schemas.

Released: Apr 30, 2024

2024.1.1 での更新項目

機能

  • Added a quick fix to set 'goexperiemnt' build tag.
  • Added support for resolving to navigate to 'component' instead of 'components.d.ts' with 'typeof' syntax.
  • Angular 17.2: Added signal output support.
  • WebSymbols: You can now force framework context using a file.
  • Added support for ESLint 9.
  • Added containerd support in docker desktop (devcontainers).
  • HTTP Client: You can now insert example GET request on new .http file action.
  • New terminal: Added support for disabled block background gradient...

Released: Apr 4, 2024

2024.1 での更新項目

機能

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