This Visual Studio Code extension provides a chat interface for developers to interact with an AI-powered coding assistant. The assistant can generate code suggestions and explanations based on the user's input, and users can insert generated code directly into their editor. Features Worktual Assistance: A split view chat interface allows users to communicate with the assistant. Code Suggestions: Get code suggestions based on user input from an external API. Insert Code: Insert suggested code directly into the editor. Copy Code: Copy suggested code to the clipboard. Session Management: Each interaction is tracked with a unique session ID to maintain context. |