PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Python f-strings need syntax highlighting for expressions inside curly braces

Open michael-ansolis opened this issue 2 years ago • 0 comments

Describe the feature you are requesting I would like the code like string = f'label {value}' to have "value" highlighted differently than the rest of the string inside the quotes.

Reasons for requesting this feature I'm currently using VS2019 for Python development and syntax highlighting is important to me because it improves readability of my code.

Describe alternatives you've considered I could use other development tools, but I simply don't have access to the latest versions of most of them (company policy).

michael-ansolis avatar Jun 03 '22 19:06 michael-ansolis