PhpStorm 릴리스

Released: Apr 23, 2024

2024.1.1 버젼 업데이트

기능

  • Added support for resolving to navigate to 'component' instead of 'components.d.ts' with 'typeof' syntax.
  • WebSymbols: You can now force framework context using a file.
  • Added support for ESLint 9.
  • Angular 17.2: Added signal output support.
  • 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.
  • Added 'tfvars' in run configurations for terraform.

Released: Apr 4, 2024

2024.1 버젼 업데이트

기능

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

Released: Mar 21, 2024

2023.3.6 버젼 업데이트

수정사항

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

Released: Mar 11, 2024

2023.3.5 버젼 업데이트

수정사항

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

Released: Feb 14, 2024

2023.3.4 버젼 업데이트

수정사항

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

Released: Jan 26, 2024

2023.3.3 버젼 업데이트

기능

  • 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

2023.3.2 버젼 업데이트

기능

  • 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

2023.3 버젼 업데이트

기능

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

Released: Nov 21, 2023

2023.2.4 버젼 업데이트

수정사항

  • '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 scope...

Released: Oct 16, 2023

2023.2.3 버젼 업데이트

수정사항

  • '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 scope...