Quantcast
Channel: Active questions tagged code-completion - Stack Overflow
Viewing all articles
Browse latest Browse all 96

Enforce formatting inside GitHub Copilot code completion suggestions in Visual Studio Code

$
0
0

Current behavior:

GitHub Copilot console.log() suggestion:

console.log('userId:', userId);

Expected suggestion with desired custom formatting:

console.log('userId: ', userId);

Is there a way to configure Copilot so its console.log() inline suggestions consistently include that space inside the string before the variable?

This question applies not only to console.log(), but also to custom formatting for inline code completion suggestions in general.


Viewing all articles
Browse latest Browse all 96

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>