Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LLMC File ViewerNew to Visual Studio Code? Get it now.
LLMC File Viewer

LLMC File Viewer

Sreeram Ajay

|
6 installs
| (0) | Free
View and edit LLM chat conversations with thinking tokens and tool calls. Supports DeepSeek, Qwen, Claude formats.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LLMC File Viewer

View and edit .llmc files — a markdown-based format for LLM conversations with thinking tokens and tool calls.

Supports DeepSeek R1, Qwen/QwQ, and Claude formats.

Preview

LLMC Preview

Features

  • Syntax Highlighting — Role headers, thinking blocks, tool calls, markdown
  • Live Preview — Ctrl+Shift+P → "LLMC: Open Preview"
  • Collapsible Thinking — Expand/collapse reasoning blocks
  • Tool Call Display — Shows tool names, IDs, and formatted JSON
  • Theme Support — Adapts to VS Code dark/light themes

Quick Example

---
model: claude-opus-4-5
---

## user
What's 15 + 27?

## assistant

<think>
Simple addition: 15 + 27 = 42
</think>

The answer is **42**.

<tool_use id="calc_01" name="calculator">
{"expression": "15 + 27"}
</tool_use>

## user

<tool_result id="calc_01">
{"result": 42}
</tool_result>

Supported Formats

Provider Thinking Tags Status
DeepSeek R1 <think>...</think> ✓
Qwen/QwQ <think>...</think> ✓
Claude <thinking>...</thinking> ✓

Commands

Command Description
LLMC: Open Preview Side-by-side rendered preview

Links

  • GitHub Repository
  • Python library: pip install llmc-format
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft