Lançamentos do PhpStorm

Released: Apr 4, 2024

Atualizações na 2024.1

Recursos

Full line code completion with local AI

  • You can now utilize per-line autocompletion for PHP code, as well as JavaScript, TypeScript, and HTML, even when you don't have access to the internet. With full line code completion, the local LLM processes and analyzes data directly on your device, resulting in ultra-fast offline code completion with minimal latency. With this approach, not only will your generated code never contain non-existent variables or methods, it will also remain...

Released: Mar 21, 2024

Atualizações na 2023.3.6

Correções

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

Released: Mar 11, 2024

Atualizações na 2023.3.5

Correções

  • Inspections "Edit severities" no longer opens the Severities Editor.
  • Setting Sync sync failed. Couldn't get settings from server: Authentication required.
  • Update Space SDK version to 1.1.174810.
  • HttpClient: Big file conversion leads to a freeze.
  • HttpClient: on import big postman collection get Unhandled exception in [CoroutineName(com.intellij.httpClient.postman.converter.action.ConvertPostmanCollectionService).
  • HttpClient: on conversion some postman collection instead of one .http...

Released: Feb 14, 2024

Atualizações na 2023.3.4

Correções

  • Inspections "Edit severities" no longer opens the Severities Editor.
  • Setting Sync sync failed. Couldn't get settings from server: Authentication required.
  • Updated Space SDK version to 1.1.174810.
  • Big file conversion leads to a freeze.
  • HttpClient: on import big postman collection get Unhandled exception in [CoroutineName(com.intellij.httpClient.postman.converter.action.ConvertPostmanCollectionService).
  • HttpClient: on conversion some postman collection instead of one .http file separated...

Released: Jan 26, 2024

Atualizações na 2023.3.3

Recursos

  • 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 21, 2023

Atualizações na 2023.3.2

Recursos

  • 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.
  • Angular 17: Added support for code folding within new control flow blocks.
  • Prisma: Added support for find usages.
  • Angular 17: Added documentation support for Angular blocks.
  • Angular 17: Added support for @for block.
  • Angular 17: Added a new control flow syntax.

Released: Dec 6, 2023

Atualizações na 2023.3

Recursos

AI Assistant is out of preview [General Availability]

  • JetBrains AI Assistant is now generally available with a number of new and improved features to increase your productivity in JetBrains IDEs.
    • LLM-based code completion - AI Assistant can now generate multi-line blocks of code for you. Simply start typing on a new line, and if an LLM suggestion is available, a grayed-out code snippet will appear. Press Tab to accept the suggestion. Currently, such suggestions are available within...

Released: Nov 21, 2023

Atualizações na 2023.2.4

Correções

  • 'Collect Logs and Diagnostic Data' includes empty idea.log on early startup.
  • Deadlock in indexes due to calling FileBasedIndex recursively.
  • Consistent listeners of the Workspace Model.
  • Can't open some projects in 2023.2 due to "Access is allowed from Event Dispatch Thread (EDT) only" error.
  • Unable to reformat file in Light Edit mode.
  • com.intellij.psi.stubs.UpToDateStubIndexMismatch reported for meteor libraries.
  • Wrong highlighting for @returns tag in TSDoc.
  • Angular: Component out of...

Released: Oct 16, 2023

Atualizações na 2023.2.3

Correções

  • 'Collect Logs and Diagnostic Data' includes empty idea.log on early startup.
  • Deadlock in indexes due to calling FileBasedIndex recursively.
  • Consistent listeners of the Workspace Model.
  • Can't open some projects in 2023.2 due to "Access is allowed from Event Dispatch Thread (EDT) only" error.
  • Unable to reformat file in Light Edit mode.
  • com.intellij.psi.stubs.UpToDateStubIndexMismatch reported for meteor libraries.
  • Wrong highlighting for @returns tag in TSDoc.
  • Angular: Component out of...

Released: Sep 19, 2023

Atualizações na 2023.2.2

Recursos

  • Improved structure view for HTTP Client files.
  • Added support for rpx and upx custom CSS property units.
  • Added support for local variables in HTTP Client.

Correções

  • Do not automatically add test configurations if sync with composer is disabled.
  • Test Framework configuration by remote interpreter automatically removes after restart.
  • Open terminal in remote host: can't open folder if root path differs from home directory.
  • Test run using remote interpreter fails if phar file from docker is...