You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After it is possible to assign names to terms (uniquely identified by their nonces), we can render those names next to terms in the ValueViewer to help provide some structure to often large terms.
Render names next to named terms
Automatically generate names for function arguments
Allow hiding sub-terms for named terms
The text was updated successfully, but these errors were encountered:
Add the ability for users to name sub-terms in the `ValueViewer` widget. Users can select sub-terms and use a new contextual command to provide a name. The TUI prompts the user via the minibuffer for the requested name. The `ValueViewer` has been updated to render names next to relevant terms.
Currently, only terms with nonces can be named.
Fixes#59. Begins addressing #57.
After it is possible to assign names to terms (uniquely identified by their nonces), we can render those names next to terms in the
ValueViewer
to help provide some structure to often large terms.The text was updated successfully, but these errors were encountered: