R/hippie-package.R

#' Hippie Code Completion
#'
#' Invoke Hippie Completion, either upwards or downwards. This function is meant
#' to be called as a shortcut.
#'
#' @return Nothing. A match token is inserted into the relevant RStudio source
#' document context.
#' @name hippie-invoke
#' @aliases hippie
#' @examples
#' \dontrun{
#' # Not intended to be called directly. Rather, bind to a keyboard shortcut.
#' hippie_up()
#' hippie_down()
#' }
NULL

Try the hippie package in your browser

Any scripts or data that you put into this service are public.

hippie documentation built on Sept. 5, 2022, 9:08 a.m.