https://www.loom.com/share/9e1bca591b474f5bb5c3600e112acbbc?sid=4977820b-df30-4ef6-b2bc-6fbdb6c22d84

Quick overview of functionality in Cursor:

Autocomplete with Tab

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:

Let's try it out:

  1. Start typing the beginning of a function: function calculate
  2. Tab suggestions appear automatically
  3. Press Tab to accept the suggestion
  4. Cursor suggests parameters and function bodies

Inline Edit a selection

  1. Select the function you just created
  2. Press Cmd K
  3. Type "make this function calculate fibonacci numbers"
  4. Press Return to apply the changes
  5. Cursor adds imports and documentation

Chat with Agent