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
Elixir 1.14.4 (compiled with Erlang/OTP 25)
Livebook 0.9.2
Current behavior
I was watching "Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R - Launch Week 1 - Day 5" and found out that when using aliases, auto-completion and documentation on mouse-over are both not working
This is a known issue. We only use aliases defined in the previous cell. Once we add more functionality to help with this in Elixir (elixir-lang/elixir#12566), we can provide it here too. :)
Environment
Elixir 1.14.4 (compiled with Erlang/OTP 25)
Livebook 0.9.2
Current behavior
I was watching "Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R - Launch Week 1 - Day 5" and found out that when using aliases, auto-completion and documentation on mouse-over are both not working
after typing
DF.
auto-completion doesn't pop upafter typing
DF.load_csv!(res.body)
mouse overload_csv!
doesn't show its docExpected behavior
auto-completion and documentation on mouse-over should show up
without using aliases, both functionalities are working well
The text was updated successfully, but these errors were encountered: