Code Assistant with Litty 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
Smart Code Completion – Completes the current line or suggests the next few lines based on context.
Full File Awareness – Uses the entire file as a reference to generate more accurate completions.
AI-Powered Suggestions – Queries an LLM API for intelligent completions.
Quick & Easy Trigger – Press Ctrl + Tab to instantly inserts code suggestions at the cursor position.
Installation
Option 1: From VS Code Marketplace
Open VS Code.
Go to Extensions (Ctrl + Shift + X).
Search for "Code Assistant with Litty".
Click Install.
Option 2: Install from Raw Package (Local Installation)