Not sure if this is a language server or vscode plugin issue.
I had a bit of code saying Document.new(...) and I wanted to jump to new. So I put the cursor on new and hit F12, and the blue progess thingy at the top of the window kept going and going and going...
At this point, the interpreter is OK (shift-return, no problem) but no language server interaction works anymore. Even "restart sclang" gives an error (stopping the server timed out).
F12 on a method name with fewer implementations (e.g. sched or use) works fine. So it may be a scalability problem.
Not sure if this is a language server or vscode plugin issue.
I had a bit of code saying
Document.new(...)and I wanted to jump tonew. So I put the cursor onnewand hit F12, and the blue progess thingy at the top of the window kept going and going and going...At this point, the interpreter is OK (shift-return, no problem) but no language server interaction works anymore. Even "restart sclang" gives an error (stopping the server timed out).
F12 on a method name with fewer implementations (e.g.
schedoruse) works fine. So it may be a scalability problem.