Using Visual Studio Code for Rust on Ubuntu
I already wrote about using Eclipse for Rust development but after trying Visual Studio Code (VSCode) I think it is slightly better than the Eclipse integration:
- when the cursor is at a variable the same variable is highlighted elsewhere.
- tooltip popups when hovering over variables, functions, methods.
- better native support for Git and Markdown files
Syntax highlighting, autocompletion, Ctrl + Click on functions and auto-formatting of course also work in VSCode as you would expect from an IDE.
