KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
749 stars 56 forks source link

How can I type the matrix like this? #266

Closed zdlspace0528 closed 1 year ago

zdlspace0528 commented 2 years ago

Dear all,

I want to type the matrix like this.

'''A = [1 2 3 4 5 6 7 8 9]''' But After I type the first line,I cannot type the second line? What's wrong with this problem?

Moelf commented 2 years ago

after:

julia> A = [1 2 3<cursor here>

just hit enter?

zdlspace0528 commented 2 years ago

Dear Moelf,

Thanks. because OhMyREPL automatically complete brackets. So I should firstly delete the right bracket, and then I can hit enter.

Moelf commented 2 years ago

yes