Providing #PHP dev tooling for #VisualStudio

Joined September 2013
59 Photos and videos
The PHP Editor that understands known overloaded arithmetic operators 🧮 BcMath\Number arithmetics ✅
1
3
6
287
3/ Bonus tip 💡 Full workspace analysis is fast as well! Enable it using the command "Background Code Analysis", or the setting "php.problems.scope": "all"
1
1
4
123
Stared Suggestions for PHP enabled by default in @zeddotdev ⭐️ Enable and Update your `phptools` language server now 🚀 Check your settings to include `phptools` language server: "languages": { "PHP": { "language_servers": [ "phptools", "!intelephense", "!phpactor", "..."],
2
2
7
353
Introducing our super-fast local prediction model for PHP code completion - the Starred Suggestions! Made for Visual Studio Code, Microsoft Visual Studio, and editors supporting the Language Server Protocol. Complete privacy, no data leaves your computer, almost no CPU usage.
Starred Suggestions in @Code and @VisualStudio ⭐️ We're introducing starred suggestions for PHP code completions.
3
8
299
Starred Suggestions in @Code and @VisualStudio ⭐️ We're introducing starred suggestions for PHP code completions.
2
3
12
1,277
Instant Workspace Indexing (Near-Zero Startup)? IntelliSense in the PHP extension for @Code works right after the extension is loaded, and indexing can take only a second - if the conditions are met 🧵
2
2
11
659
Our PHP Tools Extension for @code and @VisualStudio delivers lightning-fast static code analysis 🚀 The whole workspace is analyzed in just seconds. It’s that simple: enable full code analysis while you type and see issues instantly.
Tip 💡 Full workspace analysis in seconds — even for large workspaces. The PHP Tools extension for @code and @VisualStudio performs static code analysis extremely fast. It supports PHPStan, Psalm, and generics annotations, and even provides quick fixes for most issues.
1
4
279
Tip 💡 Full workspace analysis in seconds — even for large workspaces. The PHP Tools extension for @code and @VisualStudio performs static code analysis extremely fast. It supports PHPStan, Psalm, and generics annotations, and even provides quick fixes for most issues.
1
7
13
808
We have noticed that other static analysis tools for PHP are extremely slow. So here's the CLI static analysis tool separated from our IDE, 15 years in development, native, and Super Fast. When requested, we'll add more options!
SuperFast #CLI tool to analyze #PHP workspace in seconds: phpy > npm i phpy -g > phpy --check
2
6
223
SuperFast #CLI tool to analyze #PHP workspace in seconds: phpy > npm i phpy -g > phpy --check
1
2
8
548
Adding new quick refactorings, especially for the new PHP 8.5!
New refactorings in the PHP extension for VS Code, Visual Studio, and in devsense-php-ls language server. blog.devsense.com/2026/vscod…
1
1
5
48
The new callable syntax:
1
1
21
"new" without parentheses:
13
New refactorings in the PHP extension for VS Code, Visual Studio, and in devsense-php-ls language server. blog.devsense.com/2026/vscod…
2
8
187
If you prefer PHP `use` with groupings, change this setting: "php.completion.autoimport": "auto-import-grouped" New imports will be added to groups, if appropriate.
1
1
5
125
For Pest and Laravel integration, \Pest\Laravel\actingAs() now respects the more specific TestCase class, including traits such as Architectable and Browsable. This results in richer completions and more accurate type information inside your tests.
1
1
5
178
Laravel support is getting more features, navigation to actions, completions in complex generic PhpDoc types, High-Order Pest tests completion incl. Browsable traits, and more!
Check out the newest Laravel completions in your @code IDE
5
51
Check out the newest Laravel completions in your @code IDE
1
4
15
1,407
Have you ever used nested generics in PHP annotations? /** @return Inner<Inner<DateTime>> */ Yes you can 💡
1
2
6
142