REPL should auto-complete keyword arguments #43437
Labels
feature
Indicates new feature / enhancement requests
keyword arguments
f(x; keyword=arguments)
REPL
Julia's REPL (Read Eval Print Loop)
Hi!
I think a very nice feature would be if REPL can auto-complete keywords arguments. For example, let's say I have the following function:
In REPL, if I press TAB in this condition:
It should show me as options
key1
,key2
, andkey3
.The text was updated successfully, but these errors were encountered: