Hello all, I'd like to present my latest project Mockingbird. It is a VSCode extension for generating fake/dummy data inside your editor. I've put a lot of power in this compared to some other solutions.<p>Not only can you generate the usual gambit of Lorem Ipsum, names, places, numbers, IDs, colors, etc.. You can also use a powerful Handlebars-based templating engine to build out structured objects like JSON objects. I've even included a reverse-regular-expression library to generate data that matches a given RegEx pattern. If you find yourself repeating the same patterns you can save them as a preset to use later.<p>Please give it a try, if there's any suggestions or bugs found, the github repository is at:<p><a href="https://github.com/chris-pikul/mockingbird">https://github.com/chris-pikul/mockingbird</a>