Sublime Forum

[Python] broken b'' and f'' autocomplete for the ' character

#1

Two valid use cases are:

word = 'moo'
print( b'something' )
print( f'some {word} here' )

However, upon writing print( it autocompletes to print() which is nice.
But writing b' doesn’t autocomplete to b''

It’s not the end of the world, but when you do it a few hundred times a day, it gets annoying.
This is a bug/feature request so putting i under Feature requests.

0 Likes

#2

this has already been fixed in master and will be included in the next ST build

0 Likes

#3

Heh, ofc it has. Dang it!
Sorry for the duplicate, searched around but couldn’t find anything here on the forums.

0 Likes