vscode-php-intellisense
vscode-php-intellisense copied to clipboard
Indexing indicator in status bar.
I think we should implement an indexing indicator so it tells the progress of indexing. I can help with PR but don't know from where to start. Thanks for everything <3
I am working on PHP project with 17499 *.php files.
I really want this plugin can indicate that how many files have been indexed and how many files remained to be processed.
VS Code doesn’t have this capability yet. See https://github.com/Microsoft/vscode-languageserver-node/pull/261.
@felixfbecker Yep, LSP doesn't support this. But the extension can indicate progress. For example, vscode-intelephense shows "indexing" while indexing.
Yes, and it does that through non-standard LSP methods, which I don’t want to add to the language server because no other client than the VS Code extension will understand it. Please express your need for this on the linked issue.
Please add this. I really want to see the indexing progress.