Open swhalemwo opened 1 year ago
I think this is fixed in the dev version.
Is the fix merged in the melpa-available version? I just tried with ess-20240410.1836 and it is not fixed.
the melpa version is current .. so, it seems we only hoped it was fixed
In debug mode, no completions are provided for function-specific objects. For example in the following example, I don't get completion of variables names when, after entering debug mode by evaluating
asdf(mtcars)
, I place the cursor at the end ofdfx
and type$
. Completion candidates are provided for global objects tho; when placing the cursor aftermtcars
and typing$
,mtcars
column names are provided.This seems to be the "default" behavior of R as it's the same when evaluating the code above in a separate terminal (outside of Emacs/ESS), but running the code in RStudio will also provide completion candidates for
dfx
. Thus, is it possible to get them inESS
as well?