From the course: AI-Powered Development: GitHub Copilot in Visual Studio Code

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Use images in chat

Use images in chat

Developers constantly deal with visual information, screenshots of error messages, UI mock-ups, architectural diagrams, logs captured from terminals, and even photos of whiteboard sketches. Traditionally, you'd have to translate those visuals into text before an AI assistant could help. Copilot removes that friction. By dropping an image directly into the chat panel, you give Copilot immediate visual context. It can interpret what it sees, extract text, identify patterns, and help you reason about the problem without you having to describe everything manually. When you add an image, the model just doesn't see pixels. It actively analyzes the image to understand what's going on. It looks for elements like text. It reads any visible words, such as labels, error messages, or code snippets. For layout, it interprets how elements are arranged, like buttons, fields, menus, or diagrams. In visual cues, it picks up on structure, flow, or design patterns. This visual understanding is then…

Contents