-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Description
Hi,
using julia 1.5.1
"DataFrames" => v"0.21.8"
"IJulia" => v"1.21.3"
using DataFrames
frame = DataFrame(PART_NAME=String[], YEAR_URL=String[])
...
some code
...
frame[:P] and hit tab does not auto-filles full_name.
There is a workaround using frame.P and tab to auto-filled with getproperty syntax.
But i some cases like:
sort!(frame, :colname) is syntax with :colname required.
Is it possible to support auto-complete also for :colname syntax?
I thing dataframes package is super popular and this will be very usefull.
Note:
- this is working in VSCode + julia + dataframe
- also working equivalent in python + pandas_dataframe: frame["P+tab"] to autocomplete
Thank you
Metadata
Metadata
Assignees
Labels
No labels