Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PrompthenaNew to Visual Studio Code? Get it now.
Prompthena

Prompthena

Lincoln Li

|
2 installs
| (1) | Free
An AI assistant for generating docstrings, SQL notes, and code completions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Prompthena is a VS Code extension that provides AI-powered code autocompletion and inline documentation using an external LLM API backed by the Anthropic AI Claude family of models, running via AWS Bedrock. With a simple keyboard shortcut, you can generate intelligent code suggestions based on your entire file context.

Note: The extension is accessible to all Remitly users in preprod.


Features

  1. Smart Code Completion – Completes the current line or suggests the next few lines based on context.
  2. Full File Awareness – Uses the entire file as a reference to generate more accurate completions.
  3. AI-Powered Suggestions – Queries an LLM API for intelligent completions.
  4. Quick & Easy Trigger – Press Ctrl + Tab to instantly inserts code suggestions at the cursor position.

Installation

Option 1: From VS Code Marketplace

  1. Open VS Code.
  2. Go to Extensions (Ctrl + Shift + X).
  3. Search for "Prompthena".
  4. Click Install.

Option 2: Install from Raw Package (Local Installation)

  1. npm run compile
  2. vsce package
  3. code --install-extension prompthena-0.0.1.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft