TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lapce Editor 0.3

222 点作者 philonoist超过 1 年前

24 条评论

AndreasBackx超过 1 年前
I wonder whether it's achievable to have a plugin system similar to how web extensions work where you could write a plugin and have it work across different editors. I see how getting people to move to this editor might depend on people moving over once a sufficient amount of their current editor's features are supported, some of which might be contributed by extensions.
评论 #38265721 未加载
评论 #38264022 未加载
评论 #38265081 未加载
评论 #38266186 未加载
sneed_chucker超过 1 年前
Awesome, this looks like an editor I&#x27;ve wanted to have for a while. I&#x27;ll definitely be trying it out.<p>Basically it seems to take the good parts from a few other editors and combines them:<p>It&#x27;s like VSCode, but without the bloat of electron or Microsoft&#x27;s telemetry.<p>It&#x27;s like sublime text, but it&#x27;s open source and has first class LSP support.<p>It&#x27;s like Neovim, but it doesn&#x27;t require downloading and configuring a bunch of mystery meat plugins just to get what have been table stakes editor features for decades.
评论 #38264713 未加载
评论 #38272214 未加载
juliangmp超过 1 年前
Definetly a project I&#x27;m keeping my eyes on.<p>The &quot;killer feature&quot; will be the plugin&#x2F;extension support. Vscode got where its now mostly because of how extendable it is imo.
评论 #38265868 未加载
microflash超过 1 年前
It&#x27;s great but unfortunately the lack of line wrapping[1] has actively prevented me using it.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;945">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;945</a>
评论 #38268561 未加载
评论 #38266510 未加载
dang超过 1 年前
Related. Others?<p><i>Lapce Editor, Release v0.2.0</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32714191">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32714191</a> - Sept 2022 (40 comments)<p><i>Lapce – Fast open-source code editor</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30708505">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30708505</a> - March 2022 (224 comments)<p><i>Show HN: Lapce – open-source code editor inspired by Xi-editor</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30526693">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30526693</a> - March 2022 (2 comments)<p><i>Lapce – Fast and Powerful Code Editor written in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29549173">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29549173</a> - Dec 2021 (145 comments)
chambored超过 1 年前
I’ve really liked Lapce for the past 3&#x2F;4 months I’ve used it, but there’s been a persistent issue that keeps me going back to Lite XL. Pasting huge blocks of text, think 80,000 characters long, breaks it to the point of not being able to open the same file again in the editor. Lite XL doesn’t care and it’s wicked fast with edge cases like that. If Lapce could manage that better, it would be my go to.
zamalek超过 1 年前
&gt; Rewrote in FloemUI<p>Just had a look at this. It&#x27;s one of the few that doesn&#x27;t use jsx-like macros, an major anti-feature in my opinion. The jsx stuff looks fancy, but it completely breaks Rust Analyzer. You might not care about code completion, but good luck resolving the complex type+lifetime issues (that UIs in Rust often have) without hover type.<p>Kudos for showing scope discipline, that&#x27;s one I will be keeping an eye on.
评论 #38267244 未加载
wvh超过 1 年前
I&#x27;ve been using this the last year for navigating larger code bases where my usual terminal editor falls a bit short because this looks clean and minimal but has all the IDE navigation features like file system trees and LSP functionality. It&#x27;s a cool project, and it might be getting to the point where it can be used as the main code editor for a project.
TwentyPosts超过 1 年前
Still not sure what the &quot;killer feature&quot; here is. Is there even one? Or is it just &quot;something like vs code but in Rust and faster and slicker&quot;?<p>I&#x27;d give it a try, but I am very happy using Helix, which is pretty novel in its own right.
评论 #38264289 未加载
评论 #38264121 未加载
评论 #38264145 未加载
评论 #38265553 未加载
评论 #38264107 未加载
alexbezhan超过 1 年前
Code folding is still not supported. It&#x27;s a dealbreaker for me <a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;749">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;749</a>
Alifatisk超过 1 年前
I could definitely give this a shot, looks clean as hell. Does it support Ruby?
评论 #38263270 未加载
Aerbil313超过 1 年前
I first thought “Another editor, we don’t need that…” but this one actually gets everything even more right than neovim! Plugins on WASM, written entirely in Rust, renders via wgpu, built in Remote Development. Only thing missing is an official built-in package manager, to avoid the mistake neovim did. A non-barebones VSCode like out-of-the-box configuration would be the cherry on top.
bobajeff超过 1 年前
I&#x27;ve been keeping an eye on this one. This holds the most promise of replacing vscode for me. Right now, Kate is more mature and stable at the moment. But I think once it gets further along it&#x27;ll definitely kick the pants off of the other options.<p>I&#x27;ve tried Lite XL and CudeText and they are both hard to set up and fall far short of Kate and Lapce in terms of UI.
评论 #38268555 未加载
zozbot234超过 1 年前
Would it be feasible to implement a TUI&#x2F;ncurses mode over the same editor backend and feature set? Think something like the FreePascal TUI IDE, or the Oberon TUI that made HN a couple days ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38240333">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38240333</a>
czechdeveloper超过 1 年前
Looks better than last time I checked. I like the idea and it&#x27;s getting there.
deckar01超过 1 年前
The preview image shows intellisense covering up 80% of the code with irrelevant suggestions and a compiler error verbosely complaining about code in progress. That much distraction should have a very small visual indicator at the point of focus, just enough to hint the action required to expand if it is actually relevant.
i_am_a_peasant超过 1 年前
Tried it. Not bad actually, can&#x27;t see the type annotations from the Rust lsp though. I see one warning so I imagine annotations are at least partially supported.<p>Also I can&#x27;t jump to my jumped-from point when pressing &quot;go to definition&quot; via Ctrl+T when using vim bindings.
littlestymaar超过 1 年前
&gt; #2190: Rewrite with Floem UI<p>Oh, does it means that it&#x27;s moving back to wgpu after its earlier switch to OpenGL? Does it means that the problems that were encountered earlier with wgpu has been resolved?
评论 #38266921 未加载
norman784超过 1 年前
It feels extremely fast if you compare with vscode, also it looks like it is already usable for some projects, need more time to see if there&#x27;s some deal breaker for an early adoption.
jeroen79超过 1 年前
Looks promising, but not usable for me atm, formatting doesn&#x27;t seem to work and i also don&#x27;t find any support for eslint.
vsskanth超过 1 年前
weird font rendering on non-retina windows makes this unusable for me.
attende_domine超过 1 年前
Promising project, but keyboard internationalization is a mess. It&#x27;s unusable for those using non-English keyboard layouts.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;2244">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;2244</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;1094">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;1094</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;1689">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;1689</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;2731">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;issues&#x2F;2731</a>
评论 #38263821 未加载
评论 #38264500 未加载
评论 #38266889 未加载
oneshtein超过 1 年前
I want an &quot;I&#x27;m adult&quot; switch, which will stop bombing me with popups until I press Tab (for completion) or F1 (for help).<p>It&#x27;s unusable, because it distracts on almost every keypress with popups, type hints, and additional characters inserted. Sometimes, these popups even block the CODE I working on. It similar to browsing without an ad-blocker.<p>I want a helpful and predictable editor, not a kaleidoscope. I don&#x27;t want to think &quot;hey, what happened?&quot; after a key press.
评论 #38265442 未加载
评论 #38268718 未加载
评论 #38266898 未加载
ckdot2超过 1 年前
Syntax highlighting? Aaaaaand... it&#x27;s gone!
评论 #38268329 未加载
评论 #38266956 未加载