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

coloring method suggestions #291

Open anandijain opened 1 year ago

anandijain commented 1 year ago
julia> rem_edge!( [TAB]

rem_edge!(g::Graphs.SimpleGraphs.AbstractSimpleGraph{T}, u::Integer, v::Integer) where T @ Graphs.SimpleGraphs ~/.julia/packages/Graphs/Me2H1/src/SimpleGraphs/SimpleGraphs.jl:121
rem_edge!(g::SimpleDiGraph{T}, e::Graphs.SimpleGraphs.SimpleEdge{T}) where T @ Graphs.SimpleGraphs ~/.julia/packages/Graphs/Me2H1/src/SimpleGraphs/simpledigraph.jl:432
rem_edge!(g::SimpleGraph{T}, e::Graphs.SimpleGraphs.SimpleEdge{T}) where T @ Graphs.SimpleGraphs ~/.julia/packages/Graphs/Me2H1/src/SimpleGraphs/simplegraph.jl:488

is there a way to color these method signatures? its all white in REPL