

For larger backend projects, typically backend server or cross development projects I prefer developing on my Linux Box. I develop using two different environments, one being a Macbook Pro which I use for initial scaffolding, scratch pads and proof of concept, as I like to move around the house when I work - working indoors and outdoors trying to catch some of mother nature’s healing powers 😄. There is a lot of information out there and I don’t profess this is the best or only way, but it is an amalgamation of a variety of articles leaning heavily on official documentation and it’s worked for me. This write-up is about configuring VS Code to write, build, and debug Rust applications. Today my preferences are IntelliJ and VS Code. I cut my teeth on basic text editors and quickly adopted to various IDEs over the years as they help speed up workflow. I am not a big fan of VIM and basic editors. This post will assist anyone wanting to develop Rust applications using Visual Studio Code (VS Code) as of 2020. Rust has been gaining popularity and is seeing tremendous adoption amongst developers.
