Skip to content

Commit ff6c42e

Browse files
authored
Merge pull request #4112 from rust-lang/push-swvvkxkulxqy
Add a short paragraph on editors and IDEs in installation
2 parents a26b76f + c4afacc commit ff6c42e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ch01-01-installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,16 @@ Any time a type or function is provided by the standard library and you’re not
134134
sure what it does or how to use it, use the application programming interface
135135
(API) documentation to find out!
136136

137+
### Text Editors and Integrated Development Environments
138+
139+
This book makes no assumptions about what tools you use to author Rust code.
140+
Just about any text editor will get the job done! However, many text editors and
141+
integrated development environments (IDEs) have built-in support for Rust. You
142+
can always find a fairly current list of many editors and IDEs on [the tools
143+
page][tools] on the Rust website.
144+
137145
[otherinstall]: https://forge.rust-lang.org/infra/other-installation-methods.html
138146
[install]: https://www.rust-lang.org/tools/install
139147
[msvc]: https://rust-lang.github.io/rustup/installation/windows-msvc.html
140148
[community]: https://www.rust-lang.org/community
149+
[tools]: https://www.rust-lang.org/tools

0 commit comments

Comments
 (0)