TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your IDE for Rust?

5 pointsby nodivbyzeroalmost 10 years ago
What is your IDE for Rust? Please, specify your OS as well. Thanks.

3 comments

mattkreaalmost 10 years ago
Not necessarily an IDE but Sublime Text + Racer[0] on OS X.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;phildawes&#x2F;racer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;phildawes&#x2F;racer</a>
bgaralmost 10 years ago
Emacs, OS X, rust-mode &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rust-mode&gt;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rust-mode&gt;</a>.
squiguy7almost 10 years ago
Vim on OS X with the Rust plugin [1].<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rust.vim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rust.vim</a>