TexcommentsTexcomment is a VS Code extension for displaying LaTeX math snippets that programmers write inside source-code comments. Set UpThe extension will prompt you to install LaTeX if you haven't already. Once you do you must type Other InformationGitHub Linkhttps://github.com/m9574/texcomments How I Built ThisI built this with an AI. But, I wasn't blind to the entire process. The tool essentially checks for a local LaTeX installation on your computer, renders the LaTeX math expression snippet in a temporary document, converts that into an SVG and then pastes the SVG into VSCode with some decorations. I've included the AGENTS.md file that I used to generate and work on this project in the GitHub repository. This file was not AI generated. But every line of code here is. Although, I had to make some manual edits when I ran out of tokens. Bugs:
|