-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colorize output of methods
in REPL
#30110
Comments
Seems like an OhMyREPL enhancement rather than a Base one? cc @KristofferC |
could be And doing this would most definately be monkey-patching |
The colorization in your REPL is not due to Base and requires OhMyREPL/CSTParser, which is not a stdlib. So doing this would either require including CSTParser and much of OhMyREPL in stdlib or it would require having OhMyREPL monkey-patch Base's printing of methods to colorize them. |
The colorisation in the outputs of my REPL, is entirely due to No CSTParser is needed to color the method printing. Line 105 in ee27e91
|
It seems to me that |
The output of
methods
can be hard to read in the REPLIt would be good to use some colour (/bold)
to seperate the signature from the line-info.
You can see that in the stacktrace at the top of the image below.
Contrast how easy to read it is, vs the methods list at the bottom.
The text was updated successfully, but these errors were encountered: