File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,16 @@ Any time a type or function is provided by the standard library and you’re not
134134sure 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
You can’t perform that action at this time.
0 commit comments