Zulip Chat Archive
Stream: general
Topic: Unicode Tables for VSCode
Jineon Baek (Mar 14 2025 at 02:25):
In VSCode, you can type backslash \
then some sequence of alphabet characters to type a unicode. e.g. \in
to type ∈
.
Where are such correspondences located? I'm looking for a single table that maps \in
to ∈
(and many other symbols).
Jihoon Hyun (Mar 14 2025 at 02:41):
They are defined here: https://github.com/leanprover/vscode-lean4/blob/master/lean4-unicode-input/src/abbreviations.json
Julian Berman (Mar 14 2025 at 02:41):
See https://github.com/leanprover/vscode-lean4/blob/master/vscode-lean4/manual/manual.md#unicode-input
Julian Berman (Mar 14 2025 at 02:42):
Specifically the Docs: Show Unicode Input Abbreviations' command
Last updated: May 02 2025 at 03:31 UTC