frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Correct "show type" feature in Source §x Typed

Open martin-henz opened this issue 1 year ago • 5 comments

Currently, the deprecated type inference feature is used for the show type shortcut:

Screen Shot 2023-04-04 at 11 01 23 AM

(activate the feature with control-shift-m: https://github.com/source-academy/frontend/wiki/Source-Academy-Keyboard-Shortcuts)

We should disable this for the untyped Source variants, and switch this to the declared type of names (or any if no type is declared) for the typed variants of Source.

martin-henz avatar Apr 04 '23 03:04 martin-henz