You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
f-strings were treated as normal strings before. Now we parse their content, including f-string expressions inside.
We provide completion and hovering for sub-expressions.
Closes#221.
Closes#222.
Closes#223.
Closes#224.
Closes#6.
jakebailey
pushed a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
f-strings were treated as normal strings before. Now we parse their content, including f-string expressions inside.
We provide completion and hovering for sub-expressions.
Closesmicrosoft#221.
Closesmicrosoft#222.
Closesmicrosoft#223.
Closesmicrosoft#224.
Closesmicrosoft#6.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
For example, turning
f'My name is {name:r}: {{hi}}'
into:Or similar. This precedes actually tokenizing/parsing the interpolations themselves.
Epic #6.
The text was updated successfully, but these errors were encountered: