improve Dart/Flutter highlighting
See original GitHub issueI want local variables (like authResult) to be amber and class members (like _auth) to be deep orange, as in Android Studio: Current VS Code highlighting. All variables are boring white:
Also, grey background is too bright. I found dark navy background is more pleasant to eye. Maybe something like these:
"workbench.colorCustomizations": {
"[One Dark Pro]": {
"editor.background": "#191a20",
"editor.lineHighlightBackground": "#22232b",
"editor.selectionBackground": "#363844",
}
},
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:24 (12 by maintainers)
Top Results From Across the Web
Flutter / Dart syntax highlighting is not working - Stack Overflow
The syntax of the dartcode in my flutter project is no longer being highlighted and cannot click the declarations or do autocomplete of...
Read more >Dart / Flutter support in Kate
To my surprise Kate didn't support Dart at all, there was no syntax-highlighting, no anything, not even Dart file detection.
Read more >Recommended Settings - Dart Code - Dart & Flutter support ...
... to change from the defaults for a better experience editing Flutter code. ... interfering // with Dart's ability to highlight only exact...
Read more >Effective Dart: Documentation
You can use a block comment ( /* ... */ ) to temporarily comment out a section of code, but all other comments...
Read more >Highlighting | Algolia for Flutter
A great search interface highlights parts of the search results to explain why they're relevant to the user. With Flutter Helper ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you can set these in your setting.json to check the effect(need reload when first set)
and use this the check the code’s scope
also @Binaryify i’d suggest going back to red for dart instead of amber, half the file looks yellow/orange now