php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

Results 104 php-language-server issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm posting this because - This project is one of the largest users of tolerant-php-parser, and making tolerant-php-parser 0.0.x continue to work would be a factor for decisions such as...

## Background VS Code's CPP tools extension recently added a feature Visual Studio itself has long had for CXX development: the ability to automatically "fix" member/dot access (`variable.member`) on pointers...

Hi, the extension is causing a constant 10 to 20% cpu usage for no apparent reason on my setup: wsl2 ubuntu 20.04 php 7.4 vscode 1.47.2 is this an expected...

Hello, I'm working with VSCode on Laragon local server that run php-7.3.9-Win32-VC15-x64 - but it still continue to prompt the notification "The language server needs AT LEAST PHP 7.1 installed."

this line of code call to function instantiate and store un a class property array: Core_App::$obj_class['GEN']['VARSMANAGER']->VarExport(Core_App::$obj_class); but cant get the definition to it like simple call Test Respository: https://github.com/arcanisgk/test-code-style/tree/master you...

- Issue Type: `Performance` - Extension Name: `php-intellisense` - Extension Version: `2.3.10` - OS Version: `Linux x64 3.10.0-957.12.2.el7.x86_64` - VSCode version: `1.34.0` :warning: Make sure to **attach** this file from...

I use the funtion spl_autoload_register to load my classes so i don't need to use all the namespace imports. Problem is that this project does not recognize classes and methods....

When PHP IntelliSense 2.3.14 extension is enabled and I try to create a class I get 2 errors and my class name is underlined. Here is the code: ``` class...

This PR adds caching for DocBlocks in `DefinitionResolver`. The cache is cleared after each file is parsed and after each server operation to avoid memory leaks. This makes indexing ~17%...

work needed