vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

PHP intellisense for Visual Studio Code

Results 446 vscode-intelephense issues
Sort by recently updated
recently updated
newest added

**Feature description or problem with existing feature** Intelephense already runs some PSR12 rules, but we use and have extended php-cs-fixer. Currently, we have set up a separate php-cs-fixer-extension in VS...

**Feature description or problem with existing feature** I have now tried out several different formatter for php and this is in my opinion the best. The only thing I could...

Hello, I bought a license for VS Code but it's not easy to understand all the features of this extension. Is there any more comprehensive documentation than the list of...

Hello, **Describe the bug** PHP Constants throw the "Undefined constant" error but they shouldn't if they're inside an "if defined(...)" condition **To Reproduce** ```

**Describe the bug** Regularly, intelephense starts to report a bunch of things as undefined. Global functions like `in_array` are reported reported as `Undefined function 'My\Namespace\in_array'`, and even prefixing them with...

**Describe the bug** When a class parameter is initialized inside a conditional block, it does not give auto-complete suggestions unless there is some type of initialization outside of the conditional...

**Describe the bug** Not sure whether this qualifies as an actual bug, but I think that the behavior can certainly be improved here. Intelephense's PSR-12 formatter disagrees with [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) with...

**Feature description or problem with existing feature** When a class method implements an interface method that has type signature string and phpdoc @param non-empty-string and the class has the same...

**Feature description or problem with existing feature** Support for the new `AllowDynamicProperties` attribute as described in the rfc: https://wiki.php.net/rfc/deprecate_dynamic_properties Similar to how the following was implemented: https://github.com/bmewburn/vscode-intelephense/issues/1904 **Describe the solution...

**Issue** The intelephense server crashed 5 times in last 3 minutes. The server will not be restarted. Source: PHP Intelephense (Extension) ![image](https://user-images.githubusercontent.com/98938307/187122354-b386b98d-3910-461b-b8b6-56e1e88eb866.png) **Reason** We are using the Kaspersky and working...