Orestis Markou
Orestis Markou
I think that the Portal VS Code extension opens a Node portal, no?
> That's the portal client side. You still need a server that sends stuff over. That's why you still need the portal dependency in your repl, even if you have...
FWIW, I haven't had any issues with Neovim and Calva.
Perhaps the inlay hints API could be useful for something else, but it seems to be very narrowly oriented towards type hints. I couldn't get the tooltip to show up,...
I used [this](https://fossies.org/linux/vscode/extensions/typescript-language-features/src/languageFeatures/inlayHints.ts) as a guide since the API is very sparsely documented.
I couldn’t get the commands executed. Perhaps I used the wrong syntax though, not sure. To try things out just eval things and if the hints don’t show up immediately...
An addendum: The hovers didn't show up because I have turned off hovers 🤦 It'd be interesting if someone with a more standard VScode setup could try this branch.
(BTW I'm happy to provide a PR for this too!)
> +1, do you have a workaround for this in the meantime? Unfortunately no workaround that I could find.
The best kind of workaround! Much appreciated @michaelpginn 😄