Unicode macros for Lean language #8228
-
It would significantly improve the experience of editing Lean code if Helix had support for unicode macros, like VSCode has, as described here:
The behavior present in the "lean4" vscode plugin is that you can just type "\a" and then |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This could be either implemented using abbreviations (#1471) or unicode diagraph support (#1438). Both of which should be implemented using a future snippet system IMO. This feature request is too specific, we don't adllow any language specific code in core. |
Beta Was this translation helpful? Give feedback.
-
I personally use wincompose/xcompose for unicode input on windows/linux. The upside of this is that it also works the same way in any other application, like chat apps. Unicode input is not intrinsically a text editing problem, but rather a keyboard input problem. |
Beta Was this translation helpful? Give feedback.
This could be either implemented using abbreviations (#1471) or unicode diagraph support (#1438). Both of which should be implemented using a future snippet system IMO.
This feature request is too specific, we don't adllow any language specific code in core.