Skip to content

Blog#

Blade Language Support in VS Code (part 2)

Cover Image

In a previous blog post, we introduced the initial Blade editor support for Visual Studio Code. This support brought a seamless integration of PHP editor language features into Blade files. Users could enjoy enhanced productivity with features such as mouse tooltips, PHP code completion, inlay hints, refactorings, code actions, and intuitive navigation within their Blade templates. These features significantly improved the development experience for Laravel applications.

Leveraging .editorconfig for Consistent Code Style Across Different IDEs

Cover Image

Maintaining a consistent code style is essential for any development team—not just for aesthetics but for readability and maintainability. Developers often use various IDEs, making it challenging to ensure that code adheres to the same standards. Thankfully, .editorconfig provides a unified way to enforce coding conventions across different development environments, including Visual Studio, Visual Studio Code and PhpStorm. In this post, we’ll explore how teams can utilize .editorconfig to keep their PHP code consistent and how to bridge the gap between different IDEs with ease.

PHP Language Level in VS Code

Cover Image

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.