-
Notifications
You must be signed in to change notification settings - Fork 184
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
support $cquery/progress #626
Comments
If I understand correctly, you should be able to write a cquery-specific "LanguageHandler". You can subscribe to the https://github.com/tomv564/LSP/blob/master/plugin/core/windows.py#L476 Here is the interface class for a LanguageHandler: https://github.com/tomv564/LSP/blob/master/plugin/core/handlers.py Perhaps @papadokolos already has a solution (jacobdufault/cquery#525). |
Sorry, I didn't implement a solution for this. If you plan on implementing something yourself, note that cquery's development has been stopped, but it does have an actively maitained fork, created by one of cquery's main contributers: For more information, see this issue: |
ok. so would ccls work with LSP? |
Hope you've tried ccls since, but I suspect clangd would also be a good option - both are compatible with this package. |
yep, unfortunately it sometimes keeps crashing. already made an issue, but that didnt fix it. somehow the pipe between the process and sublime seems to break, but i couldnt find out why yet. will investigate further |
cquery works relatively well, but it would be nice to see indexing progress better by having sublime lsp support the $cquery/progress message. at least i assume thats what it would do, the log keeps saying it isnt supported when sublime starts up.
The text was updated successfully, but these errors were encountered: