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
I am using company mode to auto complete the words in ess mode.
I found that the words that newly defined without evaluated can not be
completed. Such as
myword = 1
if I do not run that code into iess buffer, the word "myword" will not complete by company mode.
However, this feature does work in other mode, such python mode. I think
maybe its the problem of ess mode.