Fork me on GitHub
#joyride
<
2023-01-13
>
dangercoder11:01:28

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?

pez17:01:57

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! 😃

👍 2