Lanzamientos de PhpStorm

Released: Nov 28, 2019

Actualizaciones en 2019.3

Características

  • PHP 7.4 Support - PHP 7.4 is now released, and PhpStorm 2019.3 fully supports all its new features. The IDE also offers inspections to highlight deprecations and quick-fixes for upgrading your codebase.
  • Typed Properties - In 2019.3 quick-fixes can handle all corner cases, and you can quickly and easily add type declarations by pressing Alt-Enter and choosing Add declared type for the field. PhpStorm will detect the type automatically based on the PHPDoc, default value, or...

Released: Nov 13, 2019

Actualizaciones en 2019.2.5

Correcciones

  • Docker-compose remote interpreter configuration does not show selected service when opened.
  • Fixed Next/Previous Method navigation.

Released: Oct 30, 2019

Actualizaciones en 2019.2.4

Características

  • Added non-destructive “safe write” mode.

Correcciones

  • PhpStorm freezes randomly since 2019.2.2 patch installed.
  • @method self doesn’t work anymore at EAP.
  • Git merge –no-commit still performs a commit if conflicts occur.
  • Fixed: property inspection switches parent and child class.
  • Excluding vendor/jetbrains/phpstorm-stubs folder.
  • Fixed opening projects on macOS Catalina.
  • Fixed font rendering in text fields on macOS Catalina.

Released: Sep 25, 2019

Actualizaciones en 2019.2.3

Características

  • Added new option: "Use contrast scrollbars" to make scrollbars more visible.
  • The IDE now supports native password storage on Linux using KWallet.
  • Re-added old ‘Compare with Current’ dialog.
  • Improves performance of SVN operations.

Correcciones

  • IDE freeze caused by lots of ignored files.
  • PHPStorm 2019.2.1 fails to upload temporary file for phpcs.
  • Autocomplete skips parameters inside closure when using “use”.
  • Slow response in the large Blade files.

Released: Sep 12, 2019

Actualizaciones en 2019.2.2

Características

  • Improved Type Inference - Added updates to the PHP type inference system affecting the handling of $this/self/static return types.
  • Detailed Parameter Description - Press CTRL+P/CMD+P (Parameter Info) and view the description right away.
  • Automatically escape special symbols for “Find” and “Find in Path” dialogs if “Regex” (“Regular Expression”) is checked.

Correcciones

  • IDE opens on a last known location when external monitor is detached: outside of screen.
  • Stretch left keybinding...

Released: Jul 25, 2019

Actualizaciones en 2019.2

Características

PHP 7.4 Typed Properties

  • The release of PHP 7.4 is expected at the end of November. PhpStorm is starting to roll out support for it early, so that you have time to test and start planning the migration. The most anticipated feature is probably the new Typed Properties, which PhpStorm 2019.2 already fully supports. New inspections will highlight the type violations, and you can update your codebase using the quick-fix Add declared type for the field. PhpStorm will detect the type...

Released: Mar 28, 2019

Actualizaciones en 2019.1

Características

Debug Twig and Blade Templates

  • With PhpStorm and Xdebug, you can now do step-debugging in original uncompiled .twig and .blade.php files of these two popular template engines. All debugging benefits are available here: see the context, local and global variables, add watches, run step-by-step, and more.

Locate Dead Code

  • Now PhpStorm detects redundant code and highlights classes, class members, and functions that are probably never used. The Unused declaration inspection takes...

Released: Mar 7, 2019

Actualizaciones en 2018.3.5

Características

Structural Search and Replace

  • Check lambdas/method references type using `getFunctionalInterfaceType()` in structural search

Data Views

  • Suggest filter value from clipboard

Dart

  • Dart code folding does not support optional `new`
  • Show package info in Dart code completion

Correcciones

No subsystem

  • "Columns List" context item not working
  • [Dump Threads in Run tool window] add java11 support
  • Explicitly be aware that IBM JDK doesn't support `report-cdata-event`

Code Navigation

  • Hierarchy...

Released: Nov 22, 2018

Actualizaciones en 2018.3

Características

PHP

  • Doctrine Query Language - PhpStorm comes with full advanced DQL support. You’ll get all the inspections and refactorings: find usages, rename entity or field, associations support, and even more.
  • PHP 7.3 Support - Including flexible Heredoc and Nowdoc syntax, trailing comma in function and method calls, literals as the first operand of instanceof, and the list() reference assignment.
  • Ctrl+Dot Completion - Press Ctrl+. in the suggestions list to get the completed item followed...

Released: Jul 30, 2018

Actualizaciones en 2018.2

Características

  • Completion
    • Custom postfix completion templates - Add custom postfix completion templates. Create templates to match your project and your personal coding style.
    • FQCN Completion - Completion now matches the namespace in addition to the element name. You don’t have to type or invoke completion for each part of \Illuminate\Auth\Events anymore - just type IAuE instead.
  • Refactorings
    • Move Instance Method Refactoring - For handling the methods that cannot be made static or moved across...