How to set-up snippets for Ruby (or any language) in Visual Studio Code Recently while learning Object-Oriented ruby, I have learned that some pieces of code get written continuously over and over each time the developer wants to define a new class. When defining relationships in OO-Ruby, some instance and class definitions start to become tedious when writing a dozen new classes in a day. Many of you now might be saying ‘Chris, vs code has ruby extensions that add these amazing snippets that add.…’ When you make your own their more useful… trust me