/vscode-emath

Visual Studio Code extension for rendering math equations in editor

Primary LanguageTypeScriptMIT LicenseMIT

Features

This extension adds rendering functionality for math expressions in python comments

Example:

# $y = x^2$ or $$y = x^2$$
y = x ** 2

extension example