#vibecoding: What are your favorite Cursor pro-tips?
by•
Recently stumbled across this Cursor pro-tip from Ian Nuttall on X:
"1. ask it to recommend a folder structure
2. ask it to actually create the folder/files based on that this makes it 10x easier for me to get started and Cursor is more accurate using codebase cos it knows where to update files."
That got me thinking, what other pro tips are people using to generate better code, ship faster, organise your space better, etc. Drop em below:
3.3K views



Replies
Def, cloudformation. After you wrote the code with all the functionality you wanted, ask Cursor to create the DBs and Api gateways, etc that this script needs. It will write the yaml file and then setup the backend services for you. Insane!