Skip to content

Workspace symbol search

Choose a tag to compare

@felixfbecker felixfbecker released this 30 Sep 10:52
· 189 commits to master since this release

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.