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
In Julia 1.10, tab completion has been massively powered up to allow things like tab complete through array getindex, but in the debugger's evaluation mode, tab completion seems a lot less powerful. Ideally, Debugger.jl would call into the Repl's tab completion to take advantage of future improvements.
The text was updated successfully, but these errors were encountered:
In Julia 1.10, tab completion has been massively powered up to allow things like tab complete through array getindex, but in the debugger's evaluation mode, tab completion seems a lot less powerful. Ideally, Debugger.jl would call into the Repl's tab completion to take advantage of future improvements.
The text was updated successfully, but these errors were encountered: