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
This might be something worth looking into a more general solution for other package creators too, but I would love the minimap to reflect not the characters, but the tokens of my language. This would be a very cool way to see at a high level what my code looked like.
To be more specific I don't mean that the sizes would change, simply the coloring. So example today a string looks like a green ((green*) grey)* green generally, if tokenized it would all be green.
The natural extension to this would be a way to change between token and AST display. But that begs many many more questions, and I haven't thought about it enough.
The text was updated successfully, but these errors were encountered:
This might be something worth looking into a more general solution for other package creators too, but I would love the minimap to reflect not the characters, but the tokens of my language. This would be a very cool way to see at a high level what my code looked like.
To be more specific I don't mean that the sizes would change, simply the coloring. So example today a string looks like a
green ((green*) grey)* green
generally, if tokenized it would all be green.The natural extension to this would be a way to change between token and AST display. But that begs many many more questions, and I haven't thought about it enough.
The text was updated successfully, but these errors were encountered: