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
Tab completion of paths does not work as expected currently. The following should do tab completion of the directory listing of /Users, whereas it instead does it in the cwd.
julia> require("/Users/<TAB>
Also, it would be nice to have ~ expansion in paths.
The text was updated successfully, but these errors were encountered:
Tab completion of paths does not work as expected currently. The following should do tab completion of the directory listing of
/Users
, whereas it instead does it in the cwd.Also, it would be nice to have ~ expansion in paths.
The text was updated successfully, but these errors were encountered: