vscode-intelephense
vscode-intelephense copied to clipboard
PHP intellisense for Visual Studio Code
**Describe the bug** When using VS-Code with a workspace located on a remote network share Intelephense highlights all function / variable as undefined - even the php core functions. **To...
**Feature description or problem with existing feature** When using a case sensitive autoloader, users may want to see an error if their files are referenced in code with the wrong...
**Describe the bug** trying to access method 'getCohortes' of class User, it is highlighted for undefined method. However, the method exists. **To Reproduce** ```php [...] class User implements UserInterface, \Serializable,...
**Describe the bug** If I use `Class::class` as a switch case, intelephense doesn't detect that I've used an undeclared symbol. **To Reproduce** Use `Class::class` as a switch case literal but...
**Feature description or problem with existing feature** Different types of projects sometimes require different types of file formatting. So implement a way to setup the formatting per specific project or...
**Describe the bug** When using the `@see` tag, it always shows up as "undefined" in the preview rather than the text in the documentation. A simple example: **To Reproduce** ```...
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
https://www.php.net/manual/en/function.defined.php The same could be said for `class_exists`, `function_exists`, `method_exists` etc. https://www.php.net/manual/en/function.class-exists.php This would be a way of controlling false diagnostics using PHP code rather than relying on non-standard `@suppress`...
code : 1.44.2 intelephense : 1.3.11 **Describe the bug** Wrong format when closing php tag (ie: html output) and re-opening php tag **To Reproduce** Format this snippet ``` php
**Feature description or problem with existing feature** A clear and concise description of what the feature or problem is. Method in a function not recognized. I have a function, that...