Mohamed3nan / jetbrains-darcula-theme

🎨A theme extension for Visual Studio Code based on Darcula theme from Jetbrains IDEs with some improvements.

Home Page:https://marketplace.visualstudio.com/items?itemName=Anan.jetbrains-darcula-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable name in Quotation do not highlight

huhx opened this issue · comments

commented

use in dart:

image

commented

This configuration can work: "editor.semanticHighlighting.enabled": true,

commented

This configuration can work: "editor.semanticHighlighting.enabled": true,

Careful because this option will make a lot of things confusing, but it's ok if it fixes your issue.

GL