#### Comments in an Rcpp cpp file ####

image

In a .R file, when editing it in RStudio, putting #### A comment that looks like this #### makes a special bold separator when you click the lower left button in RStudio pictured above. How do I make this kind of bold style comment/separator when editing a .cpp file in RStudio? I want to use it to put section headings on my code to make it easier to browse for the reader.

1 Like

It looks like this isn't implemented for C++ files. Would you mind filing this as a feature request at https://github.com/rstudio/rstudio/issues?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.