agda-mode-vscode
agda-mode-vscode copied to clipboard
Allow numeric input to complete ambiguous keyboard shortcuts
Some symbols are only accessible by browsing through a list of symbols. For example, to input ►, one types \t, is presented with a list of different triangles, then presses the right arrow key 6 times (or clicks the icon that appears). In emacs, my understanding is that one can simply type \t7 to select the seventh element of the list (►). It would be great to be able to do the same in VS Code!