-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Copy link
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)bisect wantedbugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompletionsTab and autocompletion in the replTab and autocompletion in the replregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Milestone
Description
On f0a2a7a, autocompletion of the arguments inside function calls of the form Module.function
is broken, only keywords are suggested, not types, variables, functions, etc. For example:
M.f(p<TAB>
directly autocompletes to
M.f(primitive type
because primitive type
is the only keyword starting with p
. This is a regression, autocompletion in this situation used to work in previous versions.
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)bisect wantedbugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompletionsTab and autocompletion in the replTab and autocompletion in the replregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version