In VS Code, the Java syntax highlighting is not as fine-grained as in Android Studio.
For example:
In R.id.myView, the id, and myView parts are all the same color, while in Android Studio they are highlighted differently (class reference, static field, resource identifier).
This makes code less readable compared to Android Studio.
Will the Java syntax highlighting in VS Code be optimized to support similar distinctions?
