Hacker News new | ask | show | jobs
by thesurlydev 954 days ago
Perhaps using WASM via something like https://extism.org/. That would also open it up to building plugins in multiple languages.

Tangential to this I've wondered if it's possible or advisable to have a utility to port VS Code plugins to a plugin that's compatible with the JetBrains IDEs.

1 comments

> Perhaps using WASM via something like https://extism.org/. That would also open it up to building plugins in multiple languages.

https://github.com/lapce/lapce already says,

> Plugins can be written in programming languages that can compile to the WASI format (C, Rust, AssemblyScript)

so it sounds like they did that?