lapce/lapce ? reverse-engineered prompt
Reverse engineered prompt
Build me a fast desktop code editor like Lapce, focused on being lightweight but powerful.
I want it to open projects quickly, let me edit code comfortably with Vim style modal editing if I want it, and still feel easy for someone who just wants a normal editor. It should support language features like autocomplete, diagnostics, and code actions through LSP, and it should have a built in terminal so I can run commands without leaving the app.
Please make it work well on Windows, Linux, and macOS, and keep the UI clean and modern. If it helps, look up current docs online for any tricky parts. I also want support for remote development so I can work on files on another machine and still feel like I am editing locally. Add a simple plugin system too, with plugins that can be built from languages that compile to WASI.
Use Rust for the whole thing and make it feel very fast and responsive.
Are you gonna build this?
make sure you review the code using coderabbit