UCSD-PL / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
0 stars 7 forks source link

PBs should show the result of a print #43

Closed michaelbjames closed 1 year ago

michaelbjames commented 1 year ago

In a pilot study, a user kept trying to use print() statements to get a PB on just one variable in a line. However, PBs don't show on print statements. I hope this would be an easy feature to avoid us having to explain to every participant (sometimes multiple times per participant) that print won't solicit a PB.

Request: show a PB of what the print statement would show. That is, just the repr() of the argument to print().