No features have been listed yet.
No IntelliJ Rust videos yet. You could help us improve this page by suggesting one.
Geany might be a bit more popular than IntelliJ Rust. We know about 6 links to it since March 2021 and only 5 links to IntelliJ Rust. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
If you want a fast C++ editor with no spurious network connectivity and a conventional desktop UI, check out Geany: https://geany.org/. - Source: Hacker News / 10 months ago
> One that isn't tied to a specific platform, or preferably even a specific company, and that I trust will still be around until I'm done programming. That is Geany[0]: no opinions, no company affiliations, no editor wars. It has been around forever, works on everything, and is open-source. [0] https://geany.org/. - Source: Hacker News / about 1 year ago
I just use Geany for everything, it has a long history and has proven itself to be reliable. Source: almost 3 years ago
After trying a bunch of GUI text editors in Linux and on the Mac I gotta say that to me, Geany is the best. Source: about 3 years ago
Have you tried Geany? It's based on Scintilla, just like Notepad++ is (although that's an implementation detail that you don't really need to know to use either of them), which helps it to feel very similar. Source: about 3 years ago
If you are not sure, VS Code with https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer or IntelliJ IDEA with https://intellij-rust.github.io are two "can't go wrong" choices. Source: about 3 years ago
That aside, my suggestion is to install either Visual Studio Code with the rust-analyzer extension, or IntelliJ IDEA with the IntelliJ Rust extension, enable inline type hints, and look up the quickest way to summon a popup containing either the function signature or a rustdoc excerpt for the function/method your pointer or text cursor is over. Source: over 3 years ago
There was a poll on this in r/rust a little while ago. VSCode was the most popular, and I think CLion from JetBrains was second (CLion because it has extra debugging features - see here). Source: about 4 years ago
I hear good things about intellij with https://intellij-rust.github.io/, https://code.visualstudio.com/ is also really good with rust-analyzer. Source: about 4 years ago
(b) Any good IDEs for Rust? I prefer IntelliJ. I see there's https://intellij-rust.github.io/ has anyone used it? Or is something based on VS Code better perhaps? Source: about 4 years ago
VS Code - Build and debug modern web and cloud applications, by Microsoft
Sublime Text - Sublime Text is a sophisticated text editor for code, html and prose - any kind of text file. You'll love the slick user interface and extraordinary features. Fully customizable with macros, and syntax highlighting for most major languages.
Code::Blocks - Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users.
Notepad++ - A free source code editor which supports several programming languages running under the MS Windows environment.
CLion - A cross-platform IDE for C and C++
Vim - Highly configurable text editor built to enable efficient text editing