README.md

Hippie Code Completion

GitHub Actions workflow status

An RStudio addin for Hippie Code Completion

About

Hippie's a completion engine that looks in your active source file for words to suggest. This differs from traditional completion in RStudio, which is more focused on using the R execution environment for identifying suggestions. Using both completion methods allows you to supercharge your RStudio experience.

Why Hippie?

Installation

r install.packages("hippie")

...Or the development version with:

r # install.packages("devtools") devtools::install_github("crew102/hippie")

Thanks to

I came up with this try-function idea that tries one kind of expansion at a time, and lets the user press repeatedly to sequence through the alternatives. I called it Hippie Expand to signal that it's completely unrealistic, dreaming, kind of high. I was entirely convinced that it would not work in practice - that it would be necessary to press endlessly on the key it was bound to before the wanted expansion would show up.

Learning more



crew102/hippie documentation built on Sept. 6, 2024, 6:57 a.m.