JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
376 stars 186 forks source link

What IDE do you use? #360

Closed herou closed 3 years ago

herou commented 3 years ago

I am using VS code but I am not very happy with it. What do you use and which plugins have you installed?

danforbes commented 3 years ago

I also use VS Code. Sometimes I use the Rust Analyzer extension, but generally it is not really helpful unless I am using a remote build server.

wheresaddie commented 3 years ago

I also have and use VSCode-- I recommend installation of prettier, rust analyzer, git lens, remote ssh and better comments is really helpful if you want to create more human-friendly comments in the codebase

JoshOrndorff commented 3 years ago

I use atom and vim. I don't really "love" either of them. I just like them the best so far. I've also tried Rust Analyzer with the same results as Dan. If you want to use your CPU as a hot plate, then use Rust Analyzer :laugh:

I'm gonna close this issue since it isn't really an issue with the recipes. But feel free to continue the discussion :)

danforbes commented 3 years ago

Another useful resource https://www.forrestthewoods.com/blog/how-to-debug-rust-with-visual-studio-code/