intellij-rust
helix
intellij-rust | helix | |
---|---|---|
80 | 444 | |
4,539 | 37,048 | |
0.0% | 2.6% | |
9.7 | 9.9 | |
about 1 year ago | 2 days ago | |
Kotlin | Rust | |
MIT License | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
intellij-rust
-
CLion Nova Explodes onto the C and C++ Development Scene
We’ll also consider the cases when IntelliJ IDEA licenses were primarily bought for Rust development with the IntelliJ Rust plugin and which options we can suggest to our users in these cases. Please stay tuned!
https://github.com/intellij-rust/intellij-rust/issues/10867#...
-
Intellij Rust
Last time I tried this, the plugin was incapable of actually showing compile errors in the project view and they said their false positive error rate was too high to enable it (https://github.com/intellij-rust/intellij-rust/pull/8373). That was a dealbreaker for me compared to VSCode.
-
What editor are you using for Rust?
Intellgi Rust is a good option.
-
Error i8::MAX - Constant `MAX` is private [E0603]
Thank you all for the assist. Yep, not just a newbie issue which is surprising. :^) https://github.com/intellij-rust/intellij-rust/issues/10483
- stm32 f4 discovery board does not want to cooperate with me
-
IntelliJ Rust Changelog #192
Warning about Unused_labels and implementation of MIR Now things are getting interesting
-
Rust and Archlinux
Agreed. Specifically, I've found the intellij rust plugin on top of Clion to be great.
-
Which backend framework should be chosen for beginner?
figure out testing, you probably want to structure your app in a way that allows you to run it in testing (Zero to Production has a great approach to that). There are helpers for testing like sqlx::test but CLion Rust plugin doesn't support them yet, it breaks code analysis (afaik the fix is not released yet).
-
IntelliJ Platform: Latest Milestones and Achievements
Any closer to getting error highlighting on files working properly (https://github.com/intellij-rust/intellij-rust/pull/8373)? That's a major benefit of rust-analyzer to me.
-
Debug on Windows?
Could you please clarify whether the problem affects exactly local variables' values or function parameters' values? It is a known bug that the CLion's debugger cannot show function parameters' values on Windows: https://github.com/intellij-rust/intellij-rust/issues/6676. This is a major issue and we are working on it. But if you are facing such problems in any other scenarios, please let us know and share a problematic code snippet if possible
helix
-
Understanding the Origins and the Evolution of Vi and Vim
I’m not sure. Command based editing opens more doors than just optimizing keystrokes. There are edits I somewhat regularly do with Vim macros that save me minutes of typing and cognitive burden of examining refactor locations. It’s probably not going to be make or break, but I do think it’s significant in a p > 0.05 sense.
I imagine Vim is only just a local optima too. There are newer editors [0] that are more AST aware that I haven’t been able to fairly evaluate yet (not in the boring corp approved software list).
[0]: https://helix-editor.com/
-
What do I think about Lua after shipping a project with 60k lines of code?
Likely soon: https://github.com/helix-editor/helix/pull/8675#issuecomment...
My initial point was just that it's kind of nice to have something that's usable from the get-go. I don't miss my giant vim config one bit.
-
Level Up Your Coding Aesthetics: New Open-Source Helix Themes You’ll Love
If you're using the Helix Editor — the lightning-fast, modal, and fully-native code editor — you probably already appreciate its clean interface and modern features. But let’s be honest: theming matters.
-
Ask HN: Who wants to be hired? (March 2025)
Over the past 5 years, I have worked primarily with Rust, Golang, Python and Typescript. I have built and maintained various services and tools, ranging from internal utilities to services used by millions of users. For most of my career I have worked remotely, collaborating across various timezones. I like to work in environments with good engineering culture.
As a fellow hn reader you might be particularly interested in
- Lox Language Interpreters: https://github.com/nkitsaini/lox
- Contribution to uv: https://github.com/astral-sh/uv/pull/11738
- Contribution to Helix Editor: https://github.com/helix-editor/helix/pull/9660
- Solutions to protohackers: https://github.com/nkitsaini/protohackers_impl
You can find more details in the resume at https://nkit.dev/resume.pdf
-
Dear (Rust) Devs: Article Request
Nearly all my developer tools are open-source projects written in Rust (Nushell, Helix, WezTerm, and more).
-
Why I'm Writing a Scheme Implementation in 2025 (The Answer Is Async Rust)
The Helix editor, a popular alternative to Vim, is going to implementing it's plugin system in a Scheme-like language. Helix is also written in Rust.
https://github.com/helix-editor/helix/discussions/3806#discu...
-
File Explorer is merged to Helix editor
https://github.com/helix-editor/helix/pull/12527
- Trying out Zed after more than a decade of Vim/Neovim
-
Development Environment Configuration
Editors: Helix, NeoVim, Vim, Visual Studio Code
-
TIL: Ghostty — a new and quite promising terminal emulator
While design is an important part to some degree, there is something more that I've become observing and, therefore, liking lately: the reasonable default configs of the apps, which mean that the majority of the users will never need to mess with configs at all. Here is a great post by Arne about this trend which lists such tools like Fish (mentioned above), Helix, Lazygit, Zellij, k9s, etc. And that a very user-friendly approach: install and use right away! I believe that Ghostty would be a good addition to the list. For example:
What are some alternatives?
Rust for Visual Studio Code
zed - Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
rust-analyzer - A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer]
micro-editor - A modern and intuitive terminal-based text editor
vscode-rust
kakoune - mawww's experiment for a better code editor