Integrate Latex keywords autocomplete functionality in ace editor
85 views
Skip to first unread message
yadu...@gmail.com
unread,
Apr 5, 2019, 6:26:59 AM4/5/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ace Internals Dev
I need to build an online latex editor something like https://overleaf.com. I used ace editor. I choosed editing mode as latex and it is working fine as im able to write the latex syntax. But nothing is auto suggesting. For example : If i type \documentclass i need some suggestions related to the same keyword. It is working fine with php and javascript modes. How can i achieve this.