Here is a simple demonstration of what is possible in Composer, in case you were still wondering.
I entered this prompt in Composer:
I want to demonstrate the multiple file editing capabilities of the new Composer feature in Cursor (the fork of VS Code).
Plese create a folder called ‘TestHTMLSite’ that contains an index.html file and css and js folders that contain the code required to create a simple HTML website.
Add any simple JS functionality that you think would be cool.
The theme of the site should be:
Cartoons and clouds and fun, happy things!
Thanks!
Below are screenshots of:
- The prompt
- The response
And then after clicking ‘Accept All’:
- The generated folder/file structure
- The frontend site
The prompt
The response
The generated folder/file structure
The frontend site