Open
Description
Suppose I am writing the following declaration:
\data Term
| ref Id
| lam Id Term
| app \alias \infixl 7 {-caret-} Term Term
I want to add ∙
alias for app
. The IDE doesn't help me with this.
- To add the alias I have to open Unicode symbols table somewhere externally.
- Sometimes, the symbol I find is invalid, because Arend allows a restricted set of them in aliases.
I think this can be addressed by adding a completion. For this particular case, the completion item would be called bullet
or bullet_point
(this is the name of the ∙
symbol in the Unicode table). When you select it, it inserts ∙
.