randy3k / R-Box

R package for Sublime Text 3
MIT License
171 stars 27 forks source link

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

Closed mvacha closed 7 years ago

mvacha commented 7 years ago

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.
randy3k commented 7 years ago

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.

mvacha commented 7 years ago

You are right, thanks :)