vscode-php-intellisense icon indicating copy to clipboard operation
vscode-php-intellisense copied to clipboard

Indexing indicator in status bar.

Open yamenarahman opened this issue 7 years ago • 5 comments

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

yamenarahman avatar Apr 18 '18 08:04 yamenarahman

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.

robberphex avatar Mar 04 '19 02:03 robberphex

VS Code doesn’t have this capability yet. See https://github.com/Microsoft/vscode-languageserver-node/pull/261.

felixfbecker avatar Mar 04 '19 07:03 felixfbecker

@felixfbecker Yep, LSP doesn't support this. But the extension can indicate progress. For example, vscode-intelephense shows "indexing" while indexing.

robberphex avatar Mar 07 '19 02:03 robberphex

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.

felixfbecker avatar Mar 07 '19 08:03 felixfbecker

Please add this. I really want to see the indexing progress.

ElectricRCAircraftGuy avatar Jul 29 '23 18:07 ElectricRCAircraftGuy