Skip Navigation
Furry Programmers @pawb.social Hack13 @pawb.social

Lapce IDE (written in rust)

Not sure if anyone has played with this IDE yet, it is written in rust and in its early days. But I have toyed with it a little bit, and I have been pretty impressed with how fast and light weight it feels compared to like VSCode... that said, the lack of some of the plugins I use in VSCode keeps me from making a full switch. But I thought I would share it.

3

You're viewing a single thread.

3 comments
  • This looks really cool. I wonder if they have any plans to support plugins written for VS Code? That would be an extremely powerful ecosystem to have access to

    • Might be kinda hard to support that, as many of the plugins are just leveraging JS engine that VSCode runs on... but I don't see why it couldn't be possible considering things like Tauri exists.