pry-coolline icon indicating copy to clipboard operation
pry-coolline copied to clipboard

Live syntax-highlighting for the Pry REPL

Results 7 pry-coolline issues
Sort by recently updated
recently updated
newest added

Please see following screenshot. Current cursor is here, we can see the parentheses is pair highlighted. ![image](https://user-images.githubusercontent.com/549126/140478710-e70503be-f1ac-4656-8a27-43b6307b2363.png) Then, when i try move cursor right a char with `C-f`, cursor should...

I don't know how the feature is called, that you always have a single line input which does not break but moves the character inside the visible space. Instead I...

Where using `pry` (0.10.0) with `pry-coolline` (0.2.4) and `cooline` (0.4.4), you need to push the up arrow button twice (instead of once) to get the last entered expression, like there...

When you try to navigate with ctrl+left or ctrl+right you get 5D or 5C printed in the type sting and cursor will be at the end of the string like...

[Pry](https://github.com/pry/pry) ❯ [Issues](https://github.com/pry/pry/issues) ❯ Automatic as you type completion [#1228](https://github.com/pry/pry/issues/1228)

First of all, see [this comment](https://github.com/pry/pry-coolline/issues/9#issuecomment-7853674) by @Mon-Ouie: > For the record, there are still things that can be improved: > > Properly handling strings, and other things that use...

I was under the impression that Pry would syntax highlight lines as you typed them, but I can only see it highlighting lines after I've finished them. Am I missing...