binaryify

Results 195 comments of binaryify

@subzero911 ![image](https://user-images.githubusercontent.com/12221718/113550603-e67f7080-9625-11eb-95c3-275449dade76.png) Is that what you want?

both these are parameter ![image](https://user-images.githubusercontent.com/12221718/113551306-01061980-9627-11eb-8101-9767f42c917e.png)

you can set these in your setting.json to check the effect(need reload when first set) ``` "editor.semanticTokenColorCustomizations": { "rules": { "variable:dart":{ "foreground": "#D19A66" }, "property:dart":{ "foreground": "#D19A66" }, "annotation:dart":{ "foreground":...

I just update to use new dart sdk, and it look normal now, this might be what you want ![image](https://user-images.githubusercontent.com/12221718/113552783-3a3f8900-9629-11eb-8dcb-229fdfad8477.png) ![image](https://user-images.githubusercontent.com/12221718/113552859-58a58480-9629-11eb-8ae6-56dc92b2f9e5.png)

please check v3.10.10 and confirm if it work fine~ make sure you had this in your setting.json ```json "editor.semanticHighlighting.enabled": true, "dart.previewLsp": true, ```

I don't know why after I switch the dart sdk version some time, the highlight will change ![image](https://user-images.githubusercontent.com/12221718/113731170-23815b00-972b-11eb-9fa9-476ca94c3de3.png) ![image](https://user-images.githubusercontent.com/12221718/113731217-2da35980-972b-11eb-980e-32d39a0a8f88.png) or I need make the parameter become white again ![image](https://user-images.githubusercontent.com/12221718/113731453-62afac00-972b-11eb-8744-af5692800485.png) you...

v3.10.11 should already fix this, you can check it now

@HadyMash you can add this in your setting.json and change the color ```json "editor.semanticTokenColorCustomizations": { "rules": { "variable:dart": { "foreground": "#E06C75" }, "property:dart": { "foreground": "#E06C75" }, "annotation:dart": { "foreground":...

I think it might be vscode's issue, switch to other theme also show this problem