# Continue Automate software development at the level of tasks, instead of tab-autocompletions. With Continue, you can make large edits with natural language, ask questions of your codebase, and run custom recipes built with our open-source Python library. Get started by opening the command pallet with `cmd+shift+p` and then selecting `Continue: Open Debug Panel`. # Features ### Ask a Question Ask natural language questions of your codebase, like "Where is the entry point to the VS Code extension?" ### Edit with Natural Language Request an edit to the currently open file, for example: "Add CORS headers to this FastAPI server". ### Generate Unit Tests