holgerbrandl / r4intellij

An integration of the R programming language into Intellij IDEA
BSD 2-Clause "Simplified" License
148 stars 28 forks source link

Support for Rmd files #74

Open holgerbrandl opened 7 years ago

holgerbrandl commented 7 years ago

Easy way: provide patches to intellij markdown to support [R-markdown chunk option]{https://yihui.name/knitr/options/} syntax

See

In particular https://github.com/JetBrains/intellij-plugins/blob/master/markdown/src/org/intellij/plugins/markdown/injection/LanguageGuesser.java would need to be changed to support {R, fig.size=)

Once auto-injection into Rmd is established, we could use r4intellij to provide

jeanbza commented 7 years ago

This would be amazing!