AntlrVSIX
AntlrVSIX copied to clipboard
Find all refs on MS LSP client side does not work! MS needs to fix VS2019
I've been looking a the Java9 grammar trying to find all references for "identifier" -- the parser symbol. There are over 70 references. The time for the request and response is very quick, taking a split second. However, the LSP client that MS wrote is not displaying it. This is garbage and completely unacceptable.
Update--it looks like find all refs doesn't even work for Locations[].Length >= 41. I noticed that the request has a "partialResultToken" field in the request. But, I don't know how to use it.
https://developercommunity.visualstudio.com/content/problem/1034961/microsofts-vs-2019-lsp-client-crashes-when-trying.html