[FEATURE] LaTeX rendering in "Claude Code for VS Code" plugin
Open 💬 35 comments Opened Jan 6, 2026 by hongbo-miao
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Currently "Claude Code for VS Code" plugin does not render LaTeX.
Proposed Solution
It would be great to support LaTeX rendering in "Claude Code for VS Code" plugin. Thanks! ☺️
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Other
Use Case Example
_No response_
Additional Context
_No response_
35 Comments
Here is an example screenshot:
<img width="739" height="614" alt="Image" src="https://github.com/user-attachments/assets/4a2317f7-451a-4128-b4af-e499857d329b" />
I've wound up just copy-pasting the output latex into my markdown file so it renders automatically.
we really need this!
This would be fantastic!
yes, sorely missing that!
++++
definitely need this
I back this, currently VS Code Github Copilot with Opus 4.6 can render math correctly, but not Claude Code VS Code extension
Just noticed this issue myself, this would be great to have on VS code!
This would be really useful for me!!
This please
Need this please🥺🥺
how could every software, claude code, codex failed to support latex rendering and text select-response.
BUMP THIS PLEASE!!!!!
bump
Pleaseee!!!
Please!!!
temporary fix https://marketplace.visualstudio.com/items?itemName=nuriyev.claude-code-katex
Do you have a screenshot by chance? And how's the rendering peformance like?
| Before | After |
|--------|-------|
| <img width="505" alt="Image" src="https://github.com/user-attachments/assets/4813f18c-fcaa-419f-a636-a8c3651f8ec4" /> | <img width="503" alt="Image" src="https://github.com/user-attachments/assets/a26b6b99-9e0c-4643-8467-549134068ee4" /> |
performance seems to be fine
@ductai199x
that's prettt good! thank you for the share!! 🎉🎉🎉
this would be very appreciated, up vote ⬆️⬆️⬆️
Upvote!
The temporary fix from @MahammadNuriyev62 works great in the meantime!
Thank you!!! Helps alot
Amazing!!! Thanks a lot!!
Amazing work! Thanks!
Upvotting this. We need this 🙏🙏
Yes, we need this please. Especially in the terminal.
yes!! Please do this!
feel free to use https://marketplace.visualstudio.com/items?itemName=nuriyev.claude-code-katex in a meantime. and let me know if you're facing any issues!
https://github.com/user-attachments/assets/24b255ca-f800-484c-a27b-3123cd6c906e
For folks running Claude Code in a terminal rather than the VS Code extension (Windows Terminal, conhost, WezTerm, etc.) —
claude-code-katexis a great fit if you're in VS Code, but it doesn't help terminal-only setups. @andrewboldi mentioned the gap above.I built texpop to scratch that exact itch on Windows: a hotkey (
Ctrl+Alt+V) opens a popup that overlays the focused terminal exactly, picks the focused chat across multi-tab sessions, and renders the last assistant message with KaTeX + Markdown + custom callouts. Reads the JSONL transcripts on disk; fully offline; MIT.Not a replacement for first-party rendering inside Claude Code — that's the right long-term fix and what this issue is asking for. Just a stop-gap for the terminal cohort.
I made a VS Code extension called ClaudeTex to take care of this
I was having trouble with other implementations either failing on more complicated physics equations/matrices or opening separate preview tabs, so ClaudeTex renders inline in the existing Claude Code chat and includes extra handling for arrays, matrices, and safer $...$ parsing
Please add this support! This will be very helpful!
Please
This issue remains for Version 2.1.186
feel free to use https://marketplace.visualstudio.com/items?itemName=nuriyev.claude-code-katex for now 😇