jupyterlab-latex
jupyterlab-latex copied to clipboard
Does jupyterlab-latex have roadmap to provide latex grammer prompt on editing?
Hi @Honghe, I think this is related to having more general support for a completer in the text editor (see jupyterlab/jupyterlab#4487), which is on the roadmap, but not being actively implemented. After that exists, we would want to hook up to some LaTeX language service (I think that the Microsoft language server protocol might have one).
So, it is something that we would like, but will probably take some time to get it working.
Hi @ian-r-rose, it would be great if jupyterlab-latex can support the autocompletion functionality. Do you think this is on the dev plan, or is there other ways to incorporate this functionality to jupyterlab? Thanks!