Open InSyncWithFoo opened 6 months ago
Since this is a language server feature request and not related to core type checking, I'll leave it to the pylance team to decide whether they want to implement it.
Could someone from the pylance team please transfer this from pyright to pylance-release and triage and prioritize it as you see fit? Thanks! @rchiodo, @debonte
Setup code:
Currently, Pyright offers
'first'
and'second'
at all of the following caret positions:For the second and fourth cases, this leads to the caret eventually being placed in the middle of the trailing quote sequence, a most unfortunate position:
Pyright should take the quote sequence into account and offer
'''first'''
/'''second'''
as applicable: