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

**Describe the bug** Intelephense shows **Undefined types** for the most basic *Phalcon framework* classes even though *Phalcon* is installed as shown below in *Screenshots* section. This issue seems to be...

It would be really nice to support Psalm's callable type syntax. https://psalm.dev/docs/docblock_type_syntax/#callable-types

enhancement

**Describe the bug** When using the short-circuiting OR operators to throw or terminate, Intelephense will assume a `never` return type, even when returning is possible. **To Reproduce** ```php function GetThing(bool...

bug

**Describe the bug** When using slim/slim (as installed via composer) vscode lists functions provided by the package as undefined. See https://github.com/bmewburn/vscode-intelephense/issues/962 for more details. **To Reproduce** The code below is...

Коли запускаю go live. видає таку помилку. Раніше такого не було.: Saving 'index.php': Running 'PHP Intelephense' Formatter (configure). Якщо працюю буз go live усе добре, але браузер не оновлюється автоматично....

**Describe the bug** When using `__halt_compiler();` + some non-PHP blob after that, the autocompletion of e.g. function names breaks for the whole file. **To Reproduce** ```php

**Describe the bug** Vs Code shows up an error to me when I use the xInfo method of redis with two arguments. ``` Expected 3 arguments. Found 2.intelephense(1005) ``` **To...

**Describe the bug** can't autocomplete code just by pressing delete when using a Mac ** Expected behavior ** Code hints will appear when pressing a few words, not after pressing...

**Describe the bug** symbol references are not detected if the symbol is referenced using a variable variable (${$var} | $$var) **To Reproduce** 1. create a variable holding a value 2....

needs more info

**Feature description or problem with existing feature** I am using CakePHP. When I work with a template file I am in a function like scope and have for example access...