-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add latex snippets/code completion in ACE editor #10
Comments
@shashaBot Could you please elaborate what we need to do in this issue? |
Snippets are the piece of editor that powers things like autocomplete and bracket matching when the user presses [TAB]. We want to enable this for latex in ACE editor. ACE does not provide latex snippets on its own but fortunately, it has a mechanism through which we can create and register snippets for any language. That is precisely what we want to do. Please see this file for example. The documentation for snippets is here. Since creating an exhaustive snippets file would be difficult for any one individual we would like multiple collaborators on this issue. |
My teammate and I would like to work on this issue. Please assign this to @chhavi18387 and I. |
@shashaBot Could you please help us figure out where to import latex.snippets file so that we can verify our code? |
Please go through this: ajaxorg/ace#3656 |
Okay! |
This task requires:
To create a snippets file in the root directory,
latex.snippets
which will be them imported in ACE editor instance.For now, you can create the file with 1-2 snippets and then we can extend it later.
The text was updated successfully, but these errors were encountered: