UCSD-PL / vscode

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

Request: showing loop iterations in ModVars mode #31

Closed rlisahuang closed 1 year ago

rlisahuang commented 1 year ago

Not urgent, depending on what benchmarks we are aiming for.

rlisahuang commented 1 year ago

Showing the iterator variable(s) for the loop header could also help?

rlisahuang commented 1 year ago

Abstraction for loops? e.g., only show three rows, and hide the rest with an expandable ...?

rlisahuang commented 1 year ago

Fixed in eb0a7a7d9c68e64d1ad227d3f58b58ed3a413ae0. Now always showing the loop counter in ModVars mode.