I know that the VS Code Java extension has a standalone Java Language Server. Now, I want to build a call graph for Java projects. Note that some projects may not be compilable. So traditional tools like Soot and WALA won't work. Can someone guide me on starting the Java Language Server alone and writing a new client independant of VS Code editor to extract the call graph? Any assistance would be appreciated.

I have read the guidance at language-server-extension-guide and the VS-Code java extension wiki. But I still could not find the way to start and interact with the language server. Could anyone provide me with an example?

0

There are 0 best solutions below