REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

Possible to autocomplete session variables? #51

Open fredcallaway opened 1 year ago

fredcallaway commented 1 year ago

Does this plugin make it possible to pull autocompletion suggestions from variables defined in a REPL? In VS Code, if you define a dataframe in an embedded terminal (created with the R plugin), then it's columns will show up in autocomplete, e.g. for filter(df, ...).