Skip to content

Commit

Permalink
no tab -> tab
Browse files Browse the repository at this point in the history
  • Loading branch information
TyDunn authored Feb 19, 2024
1 parent 7dc1ad3 commit 68474d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

</div>

## Task, not tab, auto-complete
## Task and tab autocomplete

### Answer coding questions

Expand All @@ -52,6 +52,12 @@ Open a blank file and let Continue start new Python scripts, React components, e
- “/edit implement a c++ shortest path algo in a concise way”
- “/edit create a docker compose file with php and mysql server"

### And much more!

- Try out [experimental support for local tab autocomplete](https://continue.dev/docs/walkthroughs/tab-autocomplete) in VS Code
- Use [built-in context providers](https://continue.dev/docs/customization/context-providers#built-in-context-providers) or create your own [custom context providers](https://continue.dev/docs/customization/context-providers#building-your-own-context-provider)
- Use [built-in slash commands](https://arc.net/l/quote/zbhwfjmp) or create your own [custom slash commands](https://continue.dev/docs/customization/slash-commands#custom-slash-commands)

## Getting Started

#### Download for [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)
Expand Down

0 comments on commit 68474d4

Please sign in to comment.