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.
There should be an fstring node which holds the scanned result from #222 and properly allows for walking. There may need to be an extra node for the text portion of the fstring (as any interpolations will be nodes of a type we don't care about).
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.
There should be an fstring node which holds the scanned result from #222 and properly allows for walking. There may need to be an extra node for the text portion of the fstring (as any interpolations will be nodes of a type we don't care about).
Epic #6.
The text was updated successfully, but these errors were encountered: