JuliaDebug/Debugger.jl

Tab completion of symbols

Open

#233 opened on Nov 22, 2019

 (2 comments) (0 reactions) (0 assignees)Julia (49 forks)batch import
good first issue

Repository metrics

Stars
 (513 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide