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
It would be great if VS Code supported the paradigm of semantic highlighting.
In short, it makes syntax highlighting more useful, by varying the colors of the same syntax-types of different names in a given scope. This makes it easier to catch mistakes and to see the flow of variables (since every variable in a given scope has a unique color, yet based of the same color range).
Here's an in depth explanation of what is is with some examples: https://medium.com/@evnbr/coding-in-color-3a6db2743a1e#.n2zb9ohw8
Example - before:
Example - after:
The text was updated successfully, but these errors were encountered:
It would be great if VS Code supported the paradigm of semantic highlighting.
In short, it makes syntax highlighting more useful, by varying the colors of the same syntax-types of different names in a given scope. This makes it easier to catch mistakes and to see the flow of variables (since every variable in a given scope has a unique color, yet based of the same color range).
Here's an in depth explanation of what is is with some examples: https://medium.com/@evnbr/coding-in-color-3a6db2743a1e#.n2zb9ohw8
Example - before:
Example - after:
The text was updated successfully, but these errors were encountered: