Debugger.jl icon indicating copy to clipboard operation
Debugger.jl copied to clipboard

Tab completion of symbols

Open ColeMiles opened this issue 6 years ago • 2 comments

As of now, I can't tab-complete something like \theta to get the unicode symbol as I can in the normal Julia REPL. This makes watching variables more difficult, as I have to go copy-paste the variable name from the source code into the debugging REPL.

ColeMiles avatar Nov 22 '19 16:11 ColeMiles

@KristofferC where in the code would be good to look to add this functionality?

alok avatar Nov 02 '21 19:11 alok

Probably around https://github.com/JuliaDebug/Debugger.jl/blob/7e3ebd16fbc8524f03d88cd7b64ccbcdfa7add7d/src/repl.jl#L232-L238

KristofferC avatar Nov 04 '21 14:11 KristofferC