This repository provides snippet configurations for HyperSnips extension, which is a powerful snippet tool for Visual Studio Code (VSCode).
- Open a directory for HyperSnips with the command
HyperSnips: Open snippets directory
- Make copies (or symbolic links) of snippet files of this repo in the directory
File: latex.hsnips
This configuration is inspired by Obsidian Latex Suite, which is based on the Gilles Castel's setup using UltiSnips. The function for math context is defined with reference to this comment, and the snippets for fractions are based on here and here.