AntlrVSIX icon indicating copy to clipboard operation
AntlrVSIX copied to clipboard

Find all refs on MS LSP client side does not work! MS needs to fix VS2019

Open kaby76 opened this issue 4 years ago • 2 comments

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.

kaby76 avatar May 15 '20 17:05 kaby76

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.

kaby76 avatar May 15 '20 19:05 kaby76

https://developercommunity.visualstudio.com/content/problem/1034961/microsofts-vs-2019-lsp-client-crashes-when-trying.html

kaby76 avatar May 20 '20 17:05 kaby76