[DONE] F strings in editor

Could the editor please support f strings when in Python 3.6 instead of marking them as errors?

5 Likes

This is very important, because if you use just one f-string, you lose the autocomplete.

I thought it was working fine in the server side code last time I was coding in my server module,

I just love using ‘{}’.format(var) but yes I agree with the above, f strings is faster than the other ways of doing it.

Any update on when we might have f string support in the autocompleter?

I’d like to add my request for f string support.

1 Like

I just spent 15 minutes removing f-strings from a server module that I had written in PyCharm.
I finally have a working autocomplete and an uglier and slower module.
It was just 15 minutes, but it was 15 painful minutes.
:frowning:

@shaun Did this one ever make it on to the issue tracker?

I’m guessing we might be waiting a while for this one:

https://github.com/skulpt/skulpt/issues/825#issuecomment-473688741

f strings seem to work in server modules now, but not client side.

I heard that python 3 is coming also on the client side, but for the time being on the client side only python 2.7(-ish) is available, so no f strings.

Nonchalant whistle…

3 Likes