thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Autocompletion for .Rnw files in knitr #389

Closed sumanstats closed 7 years ago

sumanstats commented 7 years ago

Hi there,

This atom package is really working great. Many thanks.

Can we add autocompletion for at least LaTeX part ( and if possible for R part as well just like Rstudio does) in knitr in .Rnw files? It would greatly accelerate the workflow and productivity.

Rstudio provides R autocompletion in .Rnw files but fails for the latex part !!

Best regards,

yitzchak commented 7 years ago

We are currently trying to keep this package focused on the compilation phase.

Autocompletion and editing assist is then provided by several other packages in Atom. The only package that I know of that does knitr autocompletion is latexer.

Below is a list of packages that I have found to be useful (in no particular order) for LaTeX/knitr editing.

thomasjo commented 7 years ago

As explained by @yitzchak, the goal if this package is to handle the actual compilation of LaTeX (and by extension Knitr) documents. Autocompletion, syntax highlighting, etc, is done via other community packages. Seems like latexer does what you want — give it a try, and let us know how it worked out for you.