gaplo917/GapStyle

[VSCode] Python Multiline string Highlighting different than PyCharm

Closed this issue · 2 comments

I just tried out GapStyle in VSCode and noticed that multi line string is colored in green (like docstring) while it is yellow in PyCharm (like regular string)

Screenshot for the issue

Thank you for reporting the issue.

  1. Multi-line string issue. This is definitely a bug!

  2. inp, because python plugin not support semantic highlighting.

GapStyle VS is purely depends on the language plugins that how richness is the implementation of syntax highlight & semantic highlight (most of the plugins do not behave as rich as IntelliJ). At this moment, will try to make a work around to get the syntax highlighting correct.

Really appreciate your bug reporting💪🏻

inp, because python plugin not support semantic highlighting.

GapStyle VS is purely depends on the language plugins that how richness is the implementation of syntax highlight & semantic highlight (most of the plugins does not as rich as IntelliJ). At this moment, will try to make a work around to get the syntax highlighting correct.

That makes sense. Thanks for the amazing extension and for bringing this to vscode. 😃