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

I'd like to have auto-complete for classes that are located in phar files. E.g. currently I'm using: ``` php -r "(new Phar('/libs/phpunit.phar'))->extractTo('/libs/phpunit/');" "intelephense.environment.includePaths": [ "/libs/phpunit/" ], ``` Using the phar...

**Feature description or problem with existing feature** Integration w codeignitor, esp the Codeignitor plugin that allows lookup of class members defined via load( ) **Describe the solution you'd like** EXAMPLE:...

**Describe the bug** I have class "Calculator" that have dependency injection against interface "FigureInterface". I create new object this class "Calculator" with object class that implement this interface - "Square"....

**Feature description or problem with existing feature** As far as I can see, intelephense doesn't seem to care about `@see` or `@link` and doesn't show any rendered links in the...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.10.3. Changelog Sourced from protobufjs's changelog. Changelog Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.10.2&new-version=6.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies

**Describe the bug** Just recently, intelephense has started marking lots of function calls as undefined, for instance `is_null` and `array_map`. **To Reproduce** Install version 1.3.6 or later. Seems to work...

needs more info

**Feature description or problem with existing feature** I'm wondering if there is an option to ensure that there will never be multiple spaces (around equal sign, array properties or function...

format

![1655520313564](https://user-images.githubusercontent.com/4124582/174419708-d31df5b0-220d-4087-8678-b0577e11bfdd.jpg) I need to turn off workspace symbol search, but I don't know where to configure it. I'm using both PHP Intelephense and PHP IntelliSense extensions, and I need to...

**Feature description or problem with existing feature** I have an iterable class, for example an extended class of Ramsey\Collection\Collection. I want to add own method that use loop of the...