elpres
Results
2
issues of
elpres
To reproduce, type this: ab acEnter aTab Instead of inserting a literal tab character, the editor will instead autocomplete the "a", switching between "ab" and "ac" if you keep pressing...
The stock Python package performs syntax highlighting inside strings containing SQL commands. That's rather useful, even though the implementation might need some more work. In this example: ``` python create...
enhancement
question