- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.7k
Open
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)
Description
When in help mode, the new automatic matching of quotes symbols can be annoying, especially if your muscle memory doesn't expect that yet. Try for example
?'
that becomes
?''
if you press Enter quickly without realising there's an extra ' character you end up reading about how to construct a Char object instead of learning about the adjoint operator.  Likewise,
?"
automatically completes to
?""
and if you quickly press Enter you confusingly get the full list of all symbols in your workspace, instead of reading the docstring of the " delimiter.
fingolfin
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)