You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#248 introduces the handling of NAMESPACE file so that imported objects could appear in the completion list.
However, if we are working on a package project, then those imported objects will always appear after :: or ::: no matter if the package name contains those objects.
Following are some images to demonstrate this bug while working on languageserver which imports R6Class from R6:
The text was updated successfully, but these errors were encountered:
#248 introduces the handling of
NAMESPACE
file so that imported objects could appear in the completion list.However, if we are working on a package project, then those imported objects will always appear after
::
or:::
no matter if the package name contains those objects.Following are some images to demonstrate this bug while working on languageserver which imports
R6Class
fromR6
:The text was updated successfully, but these errors were encountered: