RubyMine 2023.2.2

Released: Sep 14, 2023

Aggiornamenti in 2023.2.2

Funzionalità

  • You can now disable PDF preview in HTTP Client.
  • Added local variables in HTTP Client.
  • HTTP Client - Added support for @ variables.
  • Improved structure view for HTTP Client files.
  • Added support for logging Select in Project View.
  • Added the ability to turn off optional TypeScript service inspections.
  • Added support for custom CSS property unit.
  • JS: Improved speed indexing of JavaScript projects.

Correzioni

  • No log for rake run configurations.
  • RubyMine hang when opening rescue error class suggestion.
  • Rails does not show path in controller method if the method has optional parameters.
  • Different RSpec.describe formats cause "No tests were found".
  • "The 'Get-AuthenticodeSignature' command was found in the module 'Microsoft.PowerShell.Security'".
  • TemplateLanguageStructureViewBuilder: Read access is allowed from inside read-action only.
  • IDEA 2023.2 hangs on splash screen due to Exception in thread "AWT-EventQueue-1" com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Access is allowed from Event Dispatch Thread error.
  • Project view is stuck in "loading" state due to an AccessDeniedException.
  • IDE Updater doesn't offer "REPLACE" solution for absent files.
  • TransferSettingsProjectActivity eagerly reads VS Code data on init.
  • Changing python module settings gets stuck with "Checking home path validity".
  • Settings Sync silently disables plugins if they become incompatible with other IDE instance.
  • Copy Path/Reference Path from Content Root and Path From Source Root should not have same value.
  • Facets added in project sometimes lost after reopening the project.
  • Workspace Model gets events about changes in unload storage.
  • Export to HTML fails at com.intellij.codeEditor.printing.FileSeparatorProvider.getFileSeparators.
  • Editorconfig settings are forgotten after a while.
  • Code formatting not honoring .editorconfig file.
  • The Project view directory list cannot be loaded.
  • IntelliJ IDEA hangs after opening the project.
  • Markdown with tables has bad performance.
  • HttpClient: Remove GRAPHQL keyword in URL address in structure view.
  • HTTP Client: strange POST hint in structure view.
  • Structure view for HTTP Requests: for multipart/form-data content type no 'body' node is shown.
  • Terminal execution console: messages get written in the middle of the buffer.
  • Can't pass custom arguments to PowerShell.
  • File chooser toolbar does not have "show hidden files" icon.
  • 'Restore to previous size' button is displayed when IDE is snapped, impossible to maximize IDE.
  • New UI Onboarding: edit texts of some steps.
  • Spring view: no icon is shown for the abstract beans in the New UI.
  • Force touch can't be found in "Find Actions by Shortcut".
  • Exception from getRelativePathNameMatchingFeatures.
  • Services window: "Step Over" and other buttons cannot be pressed again after click until you mouse away and back again.
  • The spacing between vertically arranged editor tabs.
  • Shift+enter for opening a file in the right split no longer works on search anywhere / file picker.
  • File history is incomplete for a file with local changes.
  • Amending commit with no staged changes should not turn into "Amend All".
  • Allow disabling "Recent" branches view.
  • 2023.2 Webstorm - Open on github does not open the commit URL.
  • Open on GitLab/GitHub action called from diff annotations opens the repository version, not the specific one.
  • Open on GitHub/GitLab: missing action in annotation menu in diffs.
  • GitLab integration: Irrelevant pipelines are displayed for merge request.
  • ci view shows manual jobs as failed while they are in progress.
  • Gitlab plugin: Properly load an MR with empty description when API returns null for description field.
  • GitLab: NPE when internet connection is off.
  • "RuntimeException: Index is corrupted" on opening a new project.
  • Volar: rename doesn't work properly.
  • Nested classes are suggested twice in completion.
  • Searching for additional intention actions & quick-fix.
  • Optimize CSS lexer (extremely long highlighting of CSS file with long selector list).
  • "PSI and index do not match" exception with QML file.
  • WEB-62072     WebStorm 2023.2 RC doesn't keep CRLF line endings if Prettier's endOfLine option is set to auto.
  • Svelte Language Server: "Svelte: File 'path/to/file' is not a module."error shown when importing a .ts file in .svelte.
  • Vue.js: completion inside injects array and [removed] without quotes.
  • Svelte: JSObjectNullOrUndefined inspection falsely appearing inside reactive statements.
  • Svelte: enable missing inspections in tests.
  • Next.js App Router: Suppress the "False unused export" warning for metadata.
  • Required modules not loaded when running Node.js run configuration in Yarn PNP projects.
  • Renaming sass file doesn't update properly path on usages.
  • Incorrect completion suggestions from Volar in .ts files for optional properties.
  • Type error popover is not scrollable.
  • Unable to run/debug single test/suite using vitest@0.34.4.
  • Vitest plugin: no update snapshot button.
  • Gutter test 'Run' action creates new run configuration instead of using the modified one.
  • Can't run mocha tests with @vue-cli/service selected on yarn2 pnp.
  • Vitest: don't auto-add --run option when creating a new run configuration if the default run configuration has --watch.