Skip to content

Blog#

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.

PHP Tools for Visual Studio (September 2023)

Cover Image

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.