vscode-intelephense
vscode-intelephense copied to clipboard
PHP intellisense for Visual Studio Code
**Describe the bug** When looking at the suggestion widget details of a namespace, it shows something like the following for each file in the namespace: ``` Abc
**Feature description or problem with existing feature** Support for `auto_prepend_file` from `php.ini` **Describe the solution you'd like** When `php.ini` is configured with `auto_prepend_file`, VSCode is not aware of the functions/variables...
Hi there @bmewburn 👋! Please publish this extension to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution...
When working with Symfony or Doctrine, annotations are commonly used. The language server seems to be perfectly able to recognize if a `use` statement is used inside a DocBlock. It...
**Feature description or problem with existing feature** I've chosen allman style formatting, however i'd like the function definition to be amended slightly. Currently it will format as follows ```php public...
**Describe the bug** When running in a large project (monorepo), after saving a file, there is a huge CPU spike in the language server and all operations start to take...
**Feature description or problem with existing feature** I am working with quite large codebase with thousands of files and millions LOC. Some files can be up to 12k LOC. 1....
**Describe the bug** Methods placed in Repository with Symfony are not detected by controllers. **To Reproduce** // controller `$lesArticles = $doctrine->getRepository(Articles::class)->getAllArticles();` // Repository ```
- Issue Type: `Bug` - Extension Name: `vscode-intelephense-client` - Extension Version: `1.8.2` - OS Version: `Windows_NT x64 10.0.19042` - VS Code version: `1.67.2` - RAM: 8.00 GB a CodeIgniter Controller...
**Describe the bug** Intelephense does not recognize my PSR-4 loader so I get "undefined type" errors for all my classes When opening VS Code by adding /var/www/vhosts/ to the workspace...