Live data from Hacker News

Lapce – Fast and Powerful Code Editor written in Rust

github.com

31–40 of 152 posts

Re: Lapce – Fast and Powerful Code Editor written in Rust

#31

> Built in remote development support (inspired by VSCode Remote Development) Well... This has me intrigued. This is basically the only thing that keeps me on vscode.

Sadly can't get it to run on linux :(

Lot of garbage about loading font config from /etc/fonts/conf.d/... and then:

    memory allocation of 18446744073709551615 bytes failed
    Aborted (core dumped)

Re: Lapce – Fast and Powerful Code Editor written in Rust

#32
post #30

> Built in remote development support (inspired by VSCode Remote Development) Well... This has me intrigued. This is basically the only thing that keeps me on vscode.

Jetbrains is trying to catch up on this, and in some cases has.

If I escape vscode I'd rather it be to something lighter rather than heavier. I used sublime before vscode and I'm tired of my editor using up half my ram.

Re: Lapce – Fast and Powerful Code Editor written in Rust

#35
post #3

Author here. I didn't expect this will go on Hacker News. Although the editor has been my daily drive for almost one year now, it's really rough on the edges. The plugin system as described in the README hasn't been implemented yet.

Edit: Alright nevermind just saw in the repo that the UI is in Druid, have a nice day and again thank you

Re: Lapce – Fast and Powerful Code Editor written in Rust

#36
post #21
post #4

VS Code is so bloated af Waiting for this to be stable! Would love to contribute! Any next features doc, so I can pick a topic and submit some PRs. Awesome work :)

sublime text is the best editor currently, in my view. apart from code folding.

Only problem with sublime is the exorbitant price. It's just too much!

Re: Lapce – Fast and Powerful Code Editor written in Rust

#37
post #3

Author here. I didn't expect this will go on Hacker News. Although the editor has been my daily drive for almost one year now, it's really rough on the edges. The plugin system as described in the README hasn't been implemented yet.

Edit: Alright nevermind just saw in the repo that the UI is in Druid, have a nice day and again thank you

[deleted]

Re: Lapce – Fast and Powerful Code Editor written in Rust

#40
post #38

The 0.0.1 release crashes on MacOS 12.0.1, would be nice to try it out when its more stable.

It seems to crash on windows and macos based on the issues in github.

Starting issues reported:

Windows issue: https://github.com/lapce/lapce/issues/9

macOS issue: https://github.com/lapce/lapce/issues/7

Post reply on HN