AutoraAutora is a VS Code extension that enhances your JavaScript development experience by using OpenAI to intelligently complete and generate code based on your context. It supports secure, user-supplied API keys and provides seamless inline suggestions without sending any of your data to third-party servers (other than OpenAI). Features
Installation
Getting StartedSet Your OpenAI API KeyAfter installation, you must provide your own OpenAI API key.
About API Key Storage and SecurityWhen you set your OpenAI API key using the 'Autora: Set OpenAI API Key' command, it is securely stored using Visual Studio Code’s built-in Secrets API.
Your data and API key remain entirely private. You have full control over your usage, and can revoke the key at any time by running the 'Autora: Clear OpenAI API Key' command, which will delete the key from secure storage. This architecture ensures your key is handled responsibly. Clear Your API KeyTo remove your saved key at any time:
UsageAutora automatically activates when you're working in JavaScript files. It supports two main modes: 1. Inline Function CompletionWhen you pause while writing a JavaScript function, Autora uses AST parsing to detect incomplete functions and suggests context-aware completions. Example:
Autora will suggest an appropriate return statement based on the function name and context. 2. Comment-Driven Code GenerationWrite a comment that begins with:
Autora will generate relevant code based on the intent described in your comment. LicenseThis extension is proprietary software. |