meraymond2 / idris-vscode

Idris front-end for VS Code
MIT License
59 stars 10 forks source link

Add separate commands for type-of/at #72

Closed meraymond2 closed 2 years ago

meraymond2 commented 2 years ago

Change

https://github.com/meraymond2/idris-vscode/issues/71

Allows :type-of and :type-at to be called as commands, so they can be assigned to keyboard shortcuts. At the moment, they're only available on hover.

Output

I've gone with the output-channel to display the types. There are multiple ways of displaying information in VS, and none of them are great options.