Skip to content

Commit

Permalink
Merge pull request #4112 from rust-lang/push-swvvkxkulxqy
Browse files Browse the repository at this point in the history
Add a short paragraph on editors and IDEs in installation
  • Loading branch information
chriskrycho authored Nov 26, 2024
2 parents a26b76f + c4afacc commit ff6c42e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ch01-01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,16 @@ Any time a type or function is provided by the standard library and you’re not
sure what it does or how to use it, use the application programming interface
(API) documentation to find out!

### Text Editors and Integrated Development Environments

This book makes no assumptions about what tools you use to author Rust code.
Just about any text editor will get the job done! However, many text editors and
integrated development environments (IDEs) have built-in support for Rust. You
can always find a fairly current list of many editors and IDEs on [the tools
page][tools] on the Rust website.

[otherinstall]: https://forge.rust-lang.org/infra/other-installation-methods.html
[install]: https://www.rust-lang.org/tools/install
[msvc]: https://rust-lang.github.io/rustup/installation/windows-msvc.html
[community]: https://www.rust-lang.org/community
[tools]: https://www.rust-lang.org/tools

0 comments on commit ff6c42e

Please sign in to comment.