Skip to content

Releases: felixfbecker/vscode-php-intellisense

Workspace symbol search

30 Sep 10:52
Compare
Choose a tag to compare

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.