-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Copy link
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)bugIndicates 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 d6fa66f:
julia> @<TAB> using Dates
or
julia> @tim<TAB> using Dates
don't complete at all the macro name if there's something else after the @
sign. This is a regression compared to all previous versions (v1.0 to v1.11)
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)bugIndicates 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