Skip to content

jhnwllr/nppac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
John Waller
Nov 30, 2022
9345490 · Nov 30, 2022

History

5 Commits
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022

Repository files navigation

notepad++ autocomplete

Wrapper around script found here:

https://gist.github.com/yihui/2143971

installation

devtools::install_github("jhnwllr/nppac")

usage

A file named R.xml saves to C:/Program Files/Notepad++/autoCompletion/. You might have to change permissions on the folder for the script work.

# load the libraries you want have autocomplete for. 
sapply(c('rgbif','purrr','dplyr', 'ggplot2'), library, character.only = TRUE)

nnp_ac() # save R.xml to dir 

About

notepad ++ autocomplete for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages