@Jim Priest It uses AI, and auto-suggests, practically everything for you.
Comments AND code...
Type in <cfloop and it will auto add in the item / index
AND
the correct syntax for emitting what you're looping over.
E.g.
Looping over an array...
Looping through the structs, in that array
<as I sit at the start of this line - without typing anything>
It will auto-suggest the code for you to successfully get to the index / items of the structs, within the array...
I haven't found that it changes what / how I write...
But - it will auto-suggest the correct syntax for my embedded data - correctly, so I can just press "tab" and have multiple "correct" lines appear.