I am using VScode (version 1.80.2) with multiple extensions including github Copilot (v1.100.306) and autoDoctring (v0.6.1) which automatically generates a docstring template for python functions. When typing """ (which starts a docstring in python) I sometimes get a suggestion from github Copilot (usually one sentence) and other times the option 'Generate Docstring' from the autoDocstring extension. As the autoDocstring is more useful in this case, I would like to give it priority over the github Copilot extension, but without de-activating the copilot each time. Thus, I am wondering if there is a way to set a priority between VScode autocompletion extensions?
While this contitutes rather an inconvenience than a major problem, I was searching for a solution and haven't found something so far. Currently, I try typing the """ with different speeds and sometimes get to the desired autoDocstring option and other times remain 'stuck' with the Copilot suggestion.