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** Telemetry is currently set to "Opt Out". **Describe the solution you'd like** Make Telemetry "Opt In" and explain maybe why it would be...

**Describe the bug** When using a remote SSH server to develop a laravel app on, I have the Use App\Models\MyTable or use DB; or use Log; use Storage; Every single...

needs-more-info

**Describe the bug** Hi, sry for the newbie q Ive found this extension, bought the premium, activated it. Set the basic instructions. But Find all references is not working anywhere....

**Feature description or problem with existing feature** When writing a call to a method, I would like to see first the named arguments that matches, and not class names first

completion

**Describe the bug** `@see` and `@uses` Jump to definition does not work **To Reproduce** ```php /** * @see Obj No problem * @see Obj::func() Don't work * @uses Obj Don't...

**Feature description or problem with existing feature** I'm using your extension for a while now but I have trouble when using PHPSpec + Prophecy because it miss specific method understanding...

When describing any method and using the @uses tag https://docs.phpdoc.org/2.9/references/phpdoc/tags/uses.html class and method are not pulled up and no style tokens ![Screenshot_1](https://github.com/bmewburn/vscode-intelephense/assets/76127644/31642f6a-c823-4fc7-a76d-48a55d3dd4b4) Code ```php /** * @uses \Layer\Contracts\Repositories\ContractRepositoryInterface::getById() * @uses...

**Describe the bug** It seems that if a function has both PHPDocs and LanguageLevelTypeAware declarations for return values, Intelephense will prioritize the use of PHPDocs. For function parameters, Intelephense seems...

**Feature description or problem with existing feature** With Attributes (Swagger-PHP in my case), I have large block of attributes. So the important code (functions themself) is lost between attributes sections....

folding

**Describe the bug** Intelephense does not recon #[SensitiveParameter] attribute. **To Reproduce** Use named PHP version and try doing this: `public function __construct(#[SensitiveParameter] string $db = DB_DBNAME, #[SensitiveParameter] string $user =...