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
The terminal graphic tree display is really cool but it's too verbose for most purposes. We should just show the expressions the way julia usually does.
Example:
Alternative idea: don't vertically expand nodes that are "simple" according to some heuristic. For example x = 1, or calls whose child nodes are leaf nodes like symbols and numbers.
The terminal graphic tree display is really cool but it's too verbose for most purposes. We should just show the expressions the way julia usually does.
Example:
The text was updated successfully, but these errors were encountered: