Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Insert space after some symbols #346

Open
Captainbleu opened this issue Nov 10, 2024 · 0 comments
Open

[FEATURE] Insert space after some symbols #346

Captainbleu opened this issue Nov 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Captainbleu
Copy link

Captainbleu commented Nov 10, 2024

Description of the Problem

Discussed in #337
Greater/less than/equal, to, ln, log, trig... symbols automatically default to a subscript for the following number

Description of the Solution

Update src/default_snippets.js
{trigger: "\\\\(${MORE_SYMBOLS}|${SYMBOL})(.)", replacement: "\\[[0]] [[1]]", options: "rmA"}
add mid, lt, gt, le, ge and trigs fonctions to src/default_snippet_variables.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant