randy3k/R-Box

Autocompletion for "package::" shows not exported functions after using autocompletion for "package:::"

Closed this issue · 2 comments

Repro steps:

  1. Request autocompletion for "package::" -> only exported functions show up.
  2. Request autocompletion for "package:::: -> functions from package namespaces environment show up.
  3. Request autocompletion again for "package::" -> both exported and not-exported functions are shown in the autocompletion box.

Did you just press the backspace to change from ::: to ::? If it is the case, you have to cancel the menu by pressing esc and then reactivate the menu by pressing tab.

You are right, thanks :)