joyride

dangercoder 2023-01-13T11:38:28.415379Z

Would it be possible to use e.g. a java extension from Joyride in order to provide vscode with autocomplete information for e.g. java or c# interop? Does the vscode extension have to expose this functionality as a part of their public api?

pez 2023-01-15T17:25:57.138179Z

Sorry, I missed this question... You should be able to register completion providers with Joyride. Then it is matter of finding a way to source completions. A Java extension could be a source, if it exposes this in it's API. I want to have that support provided by Calva, so if you find ways to do this, you know where to file a PR! 😃

👍 1