Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 7 forks source link

Java Imports #243

Closed regadas closed 2 years ago

regadas commented 3 years ago

Hello! really love this! Great job! 👏

I wonder if it's possible to improve a little bit java imports. Currently they look like

java

and I think it would be great if they could look similar to what we see in scala

scala

Thanks!

Monokai commented 3 years ago

I'd very like to, but themes depend on syntax definitions and it seems the Java syntax definition doesn't differentiate between those different parts of the code. You can check by yourself by clicking on "Inspect editor tokens and scopes" from the command palette and move the cursor around.