rTransformer Extension Overview The rTransformer extension brings a powerful AI-driven chat interface to Visual Studio Code, inspired by tools like GitHub Copilot. It enables developers to interact with advanced language models, manage chat sessions, and integrate context from files, all within a sleek sidebar panel. Perfect for enhancing productivity with AI-assisted coding and querying. Features AI-Powered Chat: Engage with models like Llama, Claude, and Deepseek to get coding assistance and answers. Chat History: Save and load chat sessions with customizable names for easy access. Pseudocode Converter: Convert SQL queries into pseudocode with progress tracking. Validator and Comparator: Validate and compare SQL outputs directly in the chat. Microsoft OAuth Login: Secure authentication with Ramco OAuth for personalized access. Business Unit & Project Setup: Configure your business unit and project details for tailored AI interactions. Server Configuration: Set up server details for seamless backend connectivity. Installation Open Visual Studio Code. Go to the Extensions view by clicking the Extensions icon in the Activity Bar or pressing Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (Mac). Search for rTransformer. Click Install to add the extension to your VS Code environment. Usage Sign In: Click the "Sign-in with Ramco OAuth" button in the sidebar to authenticate using your Microsoft account. Start Chatting: Use the input box to ask questions or upload a .sql file for pseudocode conversion. Select the query type (Ask or Pseudocode Converter) and model from the dropdowns. Manage Chats: Create new chats with the "+" button, edit chat names, and load previous sessions from the history panel. Apply Code: Click "Insert Code" on code blocks in AI responses to add them to your active editor. |