Skip to content

Auto-completion in roxygen comment #128

@renkun-ken

Description

@renkun-ken

It would be nice to have auto-completion of roxygen documentation entries such as @params and @export.

#' Test function
#' @param x an object
#' @param check a function
#' @export
#' @examples
#' test(NULL, is.null)
#' test(0, is.null)
test <- function(x, check) {
  if (check(x)) {
    x
  } else {
    stop("Check failed")
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions