'Can we modify IntelliSense VS Code suggestion that don't put a blank space before "=" when we insert parameter?

The problem is I would like a blank space after "=" sign in the image below but I can't find the setting to write in my settings.json for workspace. This problem is about Python libraries that are often written without putting a blank after parameter label.(https://code.visualstudio.com/docs/editor/intellisense#_customizing-intellisense)

image

vs code version installed



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source