PHP Tools for Visual Studio v1.83.20317
Released: Dec 23, 2024
v1.83.20317 での更新項目
機能
- Formatting Setting in .editorconfig
- Newly, code formatting rules can be specified in standard
.editorconfig files.
- IntelliJ formatting settings in
.editorconfig (prefixed with ij_) are partially supported. In this way it respects the formatting style exported from IntelliJ editor.
- PHP 8.4
- The code editor supports the latest PHP 8.4 syntax, property hooks, asymmetric property visibility, and corresponding IntelliSense and code diagnostics.
- Code Actions
- Adding more useful inline refactoring actions through Visual Studio code actions (using shortcut
Ctrl+. by default).
- IntelliSense Improvements
- Based on your feedback, DEVSENSE are improving code analysis of the PHP language. There are numerous changes and fixes, providing better code completion and diagnostics.
- Added diagnostics for method call visibility, properties visibility, wrong use of aliasing &, and more.
不具合の修正
- Fixes for
.blade.php files, typing, and code editing.
- Fixes Composer packages installed as a symlink.