👩💻 Join our community of thousands of amazing developers!
Summary Here is a prompt which can be used to quick- fix your code or complete what you were trying to write. Just select your code and quick-fix it. It’s good at correcting your syntax. For example, I had written some code with the Clojure lambda syntax sugar, but had added too many parentheses. It was able to fix that up for me. Code http://github.com/semiosis/prompts/blob/master/prompts/quick-fix-code-1.prompt 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30...