RubyMine 릴리스

Released: Dec 20, 2024

2024.3.1.1 버젼 업데이트

수정사항

  • Version Control. Git - GPG signing fails with errors like: Bad CA certificate or failed to write commit object.

Released: Nov 13, 2024

2024.3 버젼 업데이트

기능

AI Assistant

  • Enhanced cloud-based code completion
    • RubyMine 2024.3 introduces faster and more contextually aware cloud-based code completion through the JetBrains AI Assistant plugin, featuring quality and speed improvements and adding support for multiline completion.
    • Powered by the Mellum large language model (LLM), completion latency is nearly one-tenth of what it was in previous versions, leading to almost instant suggestions. The acceptance rate for completion suggestions has...

Released: Oct 25, 2024

2024.2.4 버젼 업데이트

기능

  • LSP, TypeScript LS updates:
    • Updated vue/language-server to 2.1.6.

수정사항

  • Code completion fixes:
    • Fixed error where no built-in component completion and resolving was available for Nuxt 3.10.
    • Code completion Svelte 5: context=module completion item now marked as deprecated.
    • Code completion Exception ClassCastException: class com.intellij.ml.inline.completion.js.utils.JSMultilineSupporter cannot be cast to class com.intellij.ml.llm.completion.cloud.kit.CloudCompletionMultilineSupporter.
  • Core...

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

Released: Aug 30, 2024

2024.2.1 버젼 업데이트

기능

  • Improved query syntax for contexts in Ruby.
  • Added formatter support for Rails 8 default config.
  • Added an "Accept and finalize" button to the review tool window in the Space plugin.
  • Support for Next.js link resolve within JS context.
  • CSS scope from styled components is now taken into account.
  • Auto-download plugins that are 100% compatible with existing environment.
  • DevContainers: Added step about tmp folder creating and warning regarding mount in build logs when the dev container is created...

Released: Aug 19, 2024

2024.2.0.1 버젼 업데이트

기능

  • Added a control to toggle flagged comments.
  • Now displays the comments of current Space review in the editor.
  • Added support for creating comments in the editor for the current Space review.
  • Added information about quality gates to review details.
  • Updated the review details tool window.
  • Added the ability to merge Code Reviews inside IDEs.
  • IJ plugin: Added an easy way to copy review ID to clipboard.
  • HighlightVisitors now run in parallel.
  • Added a shortcut to toggle full-line completion prompt on...

Released: Aug 12, 2024

2024.2 버젼 업데이트

기능

Rails

  • Completion for Kamal configuration files - RubyMine now provides code completion for Kamal configuration files. When editing deploy.yaml and .env files, you'll see completion suggestions for Kamal-specific properties.
  • Code insight for rate limiting - Rails 8 introduces the rate_limit function for use with controllers. To allow you to take advantage of this new feature, code insight has been implemented for it, including code highlighting and completion.
  • Code insight for browser guards...

Released: Aug 9, 2024

2024.1.6 버젼 업데이트

수정사항

  • Prisma ORM plugin version incompatibility.
  • Failing new test: com.intellij.lang.javascript.typescript.TypeScriptHighlightingPerformanceTest.testPathMappings.
  • TS: optimize memory allocations in JsonStringLiteralImpl.getValue().
  • TS: Slow graph building on large project with multiple path mappings.
  • Updating IDE via patch fails with error "Plugin xxx was not installed: Failed to load the plugin descriptor" when updating from 2024.1 to 2024.2.

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