Closed ghost closed 2 years ago
Context assist only gets enabled if you have the [TabCompletion] attribute and the user presses CTRL + Space to activate the assistant. I have a feeling you were trying to accomplish something else. I know this is a pretty old issue, but if you are willing to elaborate on what you were trying to do then I can help.
I've added an implementation of ContextAssistSearch in my project. During testing, I noticed that the implementation never got initialized respectively GetResults never got called. To verify, I've build the git example and had the same behavior.
Is this still supported or what is the correct way to provide a dynamic resolution of an argument?