this post was submitted on 26 Dec 2023
19 points (85.2% liked)

Furry Programmers

293 readers
1 users here now

English-language general programmers community

Please treat pawb.social’s rules as though they were the rules of this community, even if you’re posting from another instance!

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 8 months ago (1 children)

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

[–] [email protected] 6 points 8 months ago

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.