입력된(typed) 클래스 상수를 포함한 PHP 8.3 구문 기능에 대한 지원을 추가합니다.
9월 21, 2023
신규 버전
기능
Added support for PHP 8.3 syntax features including:
Typed class constants.
Anonymous read-only classes.
Dynamic class constant fetch.
Added native support for the scalar_objects extension. The editor now recognizes 'register_primitive_type_handler()' calls, and allows completion for specified scalar types.
The editor now completes and navigates to files.
When typing a new class, the class name is now suggested based on the file name. The suggestion takes advantage of the Microsoft Visual Studio Code's inline completion UI, so it's non disruptive; accepted with 'TAB' key.
The editor now caches composer.lock and the corresponding vendor folder. This significantly improves opening solutions based on Composer packages, and drops the RAM usage to the bare minimum.
Attributes above classes will now have inlay hints with parameter names if enabled.