This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>>>>>>>>>>>>>>>>>>>>>> | |
Teaching an IDE to understand Rust | |
>>>>>>>>>>>>>>>>>>>>>>> | |
Abstract | |
(A concise, engaging description for the public program. Limited to 600 characters.) | |
IDE support is one of Rust's most requested features. From the 2017 State of Rust Survey: | |
roughly 30% of Rust users are looking forward to IDE support more than any other feature in 2017 and for 22% of | |
non-users, lack of IDE support is their main reason for not using Rust. Thankfully, the Rust Language Server is here now and it gets smarter and | |
more capable every day. |