RubyMine 2024.2.3

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.

수정사항

  • Rails
    • 2024.2.1 regression: exception backtrace links in the rails console don't navigate.
  • Space
    • Theming issue in timeline.
    • Review in branch chooser is not updated.
    • Duplicated action for Copy link to Space.
    • 'Disable Review Mode' doesn't work in In-Editor Review.
    • Stack corrupted exception in SpaceReviewInEditorController.
  • Code vision, Inlay hints
    • Inlay hints regression.
  • No subsystem
    • Angular incorrect template event resolution.
    • Problems with storing JSRecord types in maps.
    • NPE when invoking "Show List of Tabs" action.
    • JBTabsImpl leak project.
  • Code
    • IDE shows two external link arrows for each annotation in the quick documentation popup.
    • Find usages for symbols doesn't work.
    • macOS: IDE fails to show project folder if the path is not in Unicode NFC form.
    • Cannot initialize Settings Sync because of broken local git repository.
  • Frameworks. OpenAPI (Swagger)
    • Excessive CPU usage with OpenAPI specification.
  • IDE
    • New native launcher on Windows has dependency on api-ms-win-core-console-l1-2-0.dll that's not packaged with the IDE.
    • Remote SSH External Tools inaccessible.
  • Lang.JSON
    • Broken jsonSchema.xml backward compatibility.
    • YAML / Kubernetes: Naming a file 'deploy.yaml' breaks YAML and/or Kubernetes schema validation.
  • Tools
    • HttpClient: oauth not work if iterate through var collection.
    • Kubernetes: Logs, Shell and Console tabs are closed and Port-Forward tab is cleared on connect/disconnect Telepresence.
    • Kubernetes: ConfigMap and Secret data are not updated in the Services View.
    • Terraform and HCL plugin: Support for "Line Comment at First Column" Code Style Option.
    • Terraform: Long string "=Generate providers metadata with..." instead of "Initialize".
    • Terraform: wrong Unknown inspection on modules.
    • Do not show documentation on 'resource' and 'editable_name'.
    • Terraform: hard freeze on opening due to ForkJoinPool starvation.
    • Terraform provider is not recognized by case-sensitiveness.
    • Terraform: Variables. Wrong usages number is displayed.
    • Terraform plugin: Unable to navigate to variable definition for HCL2.
    • Terraform: missing required properties inspection highlighting is too wide.
    • Terraform plugin enhancement with unused resources warnings.
  • UI
    • Tool windows: two word names do not have word-wrap with enabled names.
    • Accessibility: Completely freezes with 'Ctrl + P' shortcut to check parameter information using NVDA screen reader.
    • Show usages disposes smart pointers before they're used.
    • Semantic Search: disable by default for 2024.2 updates.
  • Version Control
    • False positive: GitHub Actions action input validation / missing input for empty string.