You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
dorishuntt
Posted - Sep 09 2024 : 04:06:15 AM If you want to prioritize Copilot over other autocomplete suggestions (like IntelliSense):
VS Code settings allow you to customize how suggestions are presented**. You can add this to your settings.json to prioritize GitHub Copilot**:
These settings help ensure that Copilot inline suggestions are enabled and displayed automatically as you type, without being overridden by other autocompletions.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 09 2024 : 10:11:22 AM Do you know what the setting that gets added to settings.json is? I can see some people being rather interested in this, assuming the setting works in Visual Studio, and not just in VS Code.