Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indexing indicator in status bar. #294

Open
yamenarahman opened this issue Apr 18, 2018 · 5 comments
Open

Indexing indicator in status bar. #294

yamenarahman opened this issue Apr 18, 2018 · 5 comments

Comments

@yamenarahman
Copy link

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

@robberphex
Copy link

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.

@felixfbecker
Copy link
Owner

VS Code doesn’t have this capability yet. See microsoft/vscode-languageserver-node#261.

@robberphex
Copy link

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

@felixfbecker
Copy link
Owner

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.

@ElectricRCAircraftGuy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants