A very important feature of an IDE is to suggest columns in a dataframe, so user don't need to type (slower, prone to typo). Currently Positron doesn't support it which I think we can improve the user experience. As an R user, I am very much looking for it. The feature has been implemented in DataSpell IDE
System details:
Positron and OS details:
Positron Version: 2024.12.0 (system setup) build 41 Code - OSS Version: 1.93.0 Commit: 39536c265d6828a68291984d0d359170316d055e Date: 2024-11-21T02:47:00.983Z Electron: 30.4.0 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22621
Interpreter details:
R 4.4.2 or Python 3.12.6
Describe the issue:
A very important feature of an IDE is to suggest columns in a dataframe, so user don't need to type (slower, prone to typo). Currently Positron doesn't support it which I think we can improve the user experience. As an R user, I am very much looking for it. The feature has been implemented in DataSpell IDE
Steps to reproduce the issue:
Expected or desired behavior:
In
filter
methodIn
query
method