配置vscode
安装remote
安装docker插件
FAQ:
1、VSCode中python代码无高亮
工作路径下文件太多pylance挂了:
https://blog.csdn.net/weixin_47284189/article/details/136343653
2、VSCode无法解析导入“xxx”pylance问题:
查看缺少的包的解析路径
pip show xxxx
将Location中的路径添加到VSCode的设置( Ctrl + , ),python->Analysis->Extra Path中
3、VSCode使用IntelliJ家的快捷键:
安装IntelliJ IDEA Keybindings插件