Live data from Hacker News

Helix 23.10 Highlights

helix-editor.com

31–40 of 76 posts

Re: Helix 23.10 Highlights

#31
The tabbing feature looks nice. AST-based code navigation has been a huge boon to productivity.

My hope is that Helix gets around making /**/-style block comments more ergonomic. It's one of the reasons I'm still using nvim for writing C.

Re: Helix 23.10 Highlights

#32
post #6

Release size is ridiculous, and they refuse to do anything about it https://github.com/helix-editor/helix/issues/6187

Genuine question: why does storage size on disk matter, especially when we're talking about ~100MB?

I can understand complaining about RAM usage because there is some performance impact there, but I have truly no clue why anyone cares about storage usage.

Other than the initial download time, I don't see how it would have any impact on the end-user.

Of course, it would be _nice_ to get that package size down if it's easy, but to me it seems unnecessary to prioritize.

Re: Helix 23.10 Highlights

#34
post #9

Earlier quoted context omitted.

$ du -hs /opt/homebrew/Cellar/helix/ 139M /opt/homebrew/Cellar/helix/ That doesn't seem unreasonable to me.

is helix built on electron?

From the homepage:

> Built in Rust, for the terminal

> No Electron. No VimScript. No JavaScript. Use it over ssh, tmux, or a plain terminal. Your laptop battery life will thank you.

Re: Helix 23.10 Highlights

#35
post #3

I've been using Helix full time, professionally as a Rust/Golang engineer and it has been great. It took some getting used to not having a file explorer. But now I think I am better for it. These looks to be fantastic updates, I especially dig the diagnostics (if that is part of the release as well).

what's your workflow like for situations where you need to poke around in an unfamiliar directory and open files in helix?

I mainly use ranger, or some conveniece scripts I've built around ripgrep, ripgrep replace and fd. When i find the file i want I either open it directly to do a small chance or use the fuzzy search in my long running session to open the file.

The only thing I haven't nailed yet is creating files in deeply nested directories.

In general most of the things I used in nvim have now moved back to the terminal which has its pros and cons.

Re: Helix 23.10 Highlights

#36
post #3

I've been using Helix full time, professionally as a Rust/Golang engineer and it has been great. It took some getting used to not having a file explorer. But now I think I am better for it. These looks to be fantastic updates, I especially dig the diagnostics (if that is part of the release as well).

what's your workflow like for situations where you need to poke around in an unfamiliar directory and open files in helix?

you could try to use ranger or a similar terminal filemanager. it's basically like nvimtree or nerdtree

Re: Helix 23.10 Highlights

#37
post #3

I've been using Helix full time, professionally as a Rust/Golang engineer and it has been great. It took some getting used to not having a file explorer. But now I think I am better for it. These looks to be fantastic updates, I especially dig the diagnostics (if that is part of the release as well).

I also use Helix full time, I really like it, especially the multi cursor features. I was a neovim user before, but I did not enjoy configuring my editor all the time. I like Helix config defaults, LSP works out of the box, the commands are a bit longer to type, but more logical. I cannot work without a file tree, I settled with the tree explorer fork[1] and I'm happy with it. [1] https://github.com/helix-editor/heli…

Yeah I've considered it. For now ranger in a pop up term works nice enough for me. Ranger is a bit slow so I should move to lf or some other alternative.

Re: Helix 23.10 Highlights

#38
Very stable so far, been using these features since a while, as I always compiled the version from the master branch.

Never could stick to any modal editor like (neo)vi(m), but helix was so easy to get into, and you don't even need to configure anything.

My main editor and "IDE" since >1 year, can only recommend.

Re: Helix 23.10 Highlights

#39

Smart tab is so… smart. I really admire how people keep coming up with creative features that immediately make sense and become table stakes right away. This applies to editors across the board. Couldn’t imagine living without command palette in VSCode, for example. Smart tab looks like something I’d be using constantly. Does anyone have experience switching from VSCode to Helix? I’m using a ton of different features…

nowadays i generally point $editor and VS code at whatever i'm working on and hop between them when i feel like it

Re: Helix 23.10 Highlights

#40
As an avid neovim user, I must say helix felt right at home. There are differences, but most of the basics are the same. I felt immediately productive. Great job. (Neo)vim compatibility, makes this much more approachable for those familiar with vim-style modal editing.
Post reply on HN