Skip to content

Disable automatic quotes matching in help mode? #59954

@giordano

Description

@giordano

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions