Completion using the escape key does not work inside f-string placeholder. Example: name = 'TextMate' print(f'My name is {na}') Here `na` is not completed to `name`.