Releases: felixfbecker/vscode-php-intellisense
Releases · felixfbecker/vscode-php-intellisense
Workspace symbol search
This release adds the ability to search for symbols in the workspace (Ctrl+T)
Projects are now indexed (parsed) on initialization. You can see the progress in the "PHP Language Client" output channel.
On Windows, the language server now communicates over a TCP socket instead of STDIO to enable non-blocking communication.