VSCode
Unzip VS Code ZIP file (See VS Code Download, Look for the .zip in 64 Bit variant) into <WinPythonInsFolder>/t/VSCode.
have a vscode and install the python extension.
"python.pythonPath": "C:\\WinP\\bd37\\bu\\winp64-3.7.x.0\\python-3.7.1rc2.amd64\\python.exe",
{
"python.pythonPath": "C:\\WinP\\bd37\\bu\\winp64-3.7.x.0\\python-3.7.1rc2.amd64\\python.exe",
"workbench.colorTheme": "Visual Studio Dark",
"editor.minimap.enabled": true,
"python.linting.pylintArgs": [
"--disable=C0301", // Line too long
"--disable=C0103", // Invalid function name"
"--disable=C0303", // Trailing whitespace
"--disable=C0111" // :Missing function docstrin"
],
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": true,
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
},
"python.jediEnabled": false
}