It might be a coincidence but since my downgrade from VS 2022 Enterprise to VS 2022 Pro (v17.14.4), and upgrading to the latest PHP Tools for VS 2022 (v1.85.17401), I do not get any Copilot suggestions anymore.
In the output window, set to copilot, I do see that Copilot offers a solution, like:
[CompletionsProposalSource Information] Request completions: } elseif |+0/11: ->"($this->atts['template'] === 'newsroom-l" [4]
But it does not show inside the text-editor.
I also tried this by turning off the "Tools -> Options -> IntelliPHP" setting "AI Inline suggestion" ( to False ) but that neither did do anything (with set to True, I neither get any suggestions).
Also found that there was an Exception showing:
Exception in EnterReviewModeAsync: System.ArgumentException: Must be on view's current snapshot
But this might be unrelated.
Any idea on how to get the Copilot code-completion back working?
Kind regards,
Michel