IntelliPHP for IntelliJ - EAP
UPDATE (March 2024): IntelliPhp for IntelliJ is publicly available at plugins.jetbrains.com.
UPDATE (March 2024): IntelliPhp for IntelliJ is publicly available at plugins.jetbrains.com.
There are two camps when it comes to debugging PHP applications. One one side, we have the "echo tribe" relying on echo
and var_dump
for debugging output, while on the other side, the "IDE-wizards" leverage IDE's with Xdebug.
Version 1.42
of the PHP extension for VS Code includes WordPress Stub. What does it mean? The editor will recognize all the standard WordPress functions, constants, and classes. It provides code analysis, IntelliSense, AI inline code suggestions, and type analysis.
PHP extension for Visual Studio Code comes with tons of code actions and code diagnostics! One of them sorts and removes unused uses:
PHP is an old language, powering majority of the Internet. It's evolving, it's getting new features, better performance, and old features are being depreciated and sometimes even removed.
We're releasing version 1.75 of PHP Tools for Visual Studio! This September release improves the editor experience, introduces compatibility with PHP 8.3, adds fast caching of vendor
folder, adds more inline code suggestions, and improves stability and overall performance.
In the fast-evolving landscape of software development, artificial intelligence has become an indispensable tool for boosting productivity and efficiency. Microsoft's IntelliCode, GitHub Copilot, and other AI-powered solutions have already made a significant impact in the industry, offering code suggestions and completions to developers. Today, we introduce you to IntelliPHP, an innovative AI engine developed specifically for PHP developers, designed to revolutionize the way PHP code is written.
Announcing availability of PHP Tools v1.74 - for Visual Studio 2019 and Visual Studio 2022. The update introduces exciting new features!
PHP extension for Visual Studio Code is getting more features and updates!
There are exciting new updates, new features, and fixes in PHP Tools extension for Visual Studio! See what's new: