一、下载:
官网:https://code.visualstudio.com/
右上角DownLoad:https://code.visualstudio.com/Download
选Windows,System Installer x64,https://code.visualstudio.com/docs/?dv=win64,
正常应该跳转到 https://az764295.vo.msecnd.net/stable/660393deaaa6d1996740ff4880f1bad43768c814/VSCodeSetup-x64-1.80.0.exe,但连接不到
(不要指望迅x能下载,同样不行)
手动换域名 https://vscode.cdn.azure.cn/stable/660393deaaa6d1996740ff4880f1bad43768c814/VSCodeSetup-x64-1.80.0.exe,速度很快。
参考:https://blog.csdn.net/moxiaoxuanyu/article/details/113185863
二、安装:
一路默认。
三、安装扩展:
Extensions,就是左侧边栏最下那个好几个方块那个图标,搜索:
1、chinese或中文:一般选第1个,Chinese (Simplified) (简体中文) Language...,Install,安装完毕后,右下角会出现 Change Language and Restart,点击重启。
2、会了吧:打开源码可以自动分析所有包含的英语单词,并显示解释结果,先学单词再看代码。用了会了吧,统统都会啦!
3、Open in browser:to open the current file in your default browse。在浏览器查看html的。
4、Live Server:实时预览open in browser代码改变时的运行效果。这3和4看来都是前端方面的。
四、配置python: