Hi,
if I get it right, with the following setting enabled:
auto_complete_trailing_symbols: true
It should be possible to autocomplete the following function with brackets (and jump inside the brackets)
def foo(text: str):
print(text)
foo();
fo -> completes to foo only
But this doesnt work for me, even if I start ST4 in safe mode. Am I wrong or is there an issue?
thanks in advance



Do I have to set a specific setting? I startet again in --safe-mode and created a new file on another place, doesnt work for me
Can I reset something?