Closed garrettporter closed 4 years ago
I haven't checked Golang in detail when developing the schema. It seems to be good enough for PHP, Java, JavaScript, CSS, XML, HTML.
You can adjust the schema in Settings -> Editor -> Color Scheme -> Go. Then export it in .icls
. That would give you XML to merge into https://github.com/samdark/intellij-visual-studio-code-dark-plus/blob/master/resources/visual_studio_code_dark_plus.xml
@samdark In VS Code "func" and "return" are different colors, however GoLand classifies both of them as language keywords, so they share a color. Is there a workaround for making them different colors?
@Grehgous not that I'm aware of. That's the same with other languages. Colors are not precise but close.
PR has been started. https://github.com/samdark/intellij-visual-studio-code-dark-plus/pull/16 I can't seem to link it to this issue.
Thanks. I'll re-check it and merge. Then release new version. May take some time.
Adjusted, fixed and merged. Will be available from JetBrains after pre-moderation period (usually within days).
The text color scheme in this plug is not similar to the VS Code Dark+ (default) color scheme.
GoLand
VSCode