genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
53 stars 15 forks source link

Fix workspace symbol requests #31

Closed genericptr closed 2 years ago

genericptr commented 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).