when I type defs + ENTER, it expands the snippet (good), and prompts me to change the function_name (good). When I type, autocomplete gives suggestions (good), but when none of them are correct, pressing TAB auto-chooses the first option in the list (not good). I may have long_names_like_this_one, but may use a similar name but shorter, like lon
or nam
at times. Default behaviour is, I use enter-to-select-completions, so tried to set tab_completion to false , but the same behaviour persists.
Python writing experience
peri
#1
0 Likes
deathaxe
#2
tab_completion
primarily effects whether snippets are completed in text
scope via tab, when “normal” auto completions don’t trigger automatically while typing. Once auto-completion panel is visible, selected item is committed via tab.
Also reported at:
0 Likes