This repository has been archived by the owner on May 21, 2019. It is now read-only.
0.4.0
A Brand New Prompt
This is a big step forward for Upterm. In this release we switched to monaco-editor - the editor that powers Visual Studio Code. As a result, we've got numerous prompt improvements:
- Language Server Protocol support - a widely adopted "language smartness provider" communication protocol.
- In completion:
- A much better search algorithm.
- Significantly faster and isn't triggered after every character.
- Matching characters are highlighted.
- In prompt:
- Syntax highlight.
- Autoclosing quotes and parens.
- Warnings and errors support.
- Snippets. For example completing the
--message
option ofgit commit
will expand into--message ""
with the cursor placed between quotes.
and so much more!
Also, history search results were removed from default completion and are now available when you press Ctrl+R
, powered by Monaco as well.