https://www.loom.com/share/9e1bca591b474f5bb5c3600e112acbbc?sid=4977820b-df30-4ef6-b2bc-6fbdb6c22d84
Quick overview of functionality in Cursor:
Tab is the autocomplete model we've trained in-house. It's a great way to ease into AI assisted coding if you're not used to it. With Tab, you can:
- Autocomplete multiple lines and blocks of code
- Jump in and across files to the next autocomplete suggestion
Let's try it out:
- Start typing the beginning of a function:
function calculate
- Tab suggestions appear automatically
- Press Tab to accept the suggestion
- Cursor suggests parameters and function bodies
- Select the function you just created
- Press
Cmd K
- Type "make this function calculate fibonacci numbers"
- Press
Return
to apply the changes
- Cursor adds imports and documentation