Closed genericptr closed 2 years ago
My request is not going to be implemented anytime soon (https://github.com/microsoft/language-server-protocol/issues/973) so consider implementing what another user suggested:
Here is how I would implement this using the current API if the request has no valid query string cap the result if user continues typing rerun the request (this is what VS Code does).
Here is how I would implement this using the current API
if the request has no valid query string cap the result if user continues typing rerun the request (this is what VS Code does).
My request is not going to be implemented anytime soon (https://github.com/microsoft/language-server-protocol/issues/973) so consider implementing what another user suggested: