TODO comments in rStudio

前端 未结 4 1884
甜味超标
甜味超标 2020-12-28 13:10

is there a way to list ToDo comments in rstudio?
Before I used eclipse and really loved to put some # TODO I definitely need more unit tests here! comments

4条回答
  •  遥遥无期
    2020-12-28 13:43

    I would suggest that you consider the todor RStudio add-in by dokato. After installing via devtools:

    devtools::install_github("dokato/todor")
    

    You will be able to conveniently list ToDo items across your project:

    (images and code sourced from: https://github.com/dokato/todor)

提交回复
热议问题