Tab completion not working with module specification in @time
calls involving another macro
#55429
Labels
bug
Indicates an unexpected problem or unintended behavior
completions
Tab and autocompletion in the repl
REPL
Julia's REPL (Read Eval Print Loop)
This seems similar to #51827.
What doesn't work:
No completion or suggestions are offered.
Using either
@time
or@eval
in isolation works, but the combination doesn't.Versioninfo:
However, this behavior is present on v1.10.4 as well.
This isn't specific to
@eval
, as the same behavior is seen if other macros are used:Curiously, swapping the order of the macros gets completion to work:
These complete as expected, so perhaps it's only certain macros for which this doesn't work.
The text was updated successfully, but these errors were encountered: