常用vscode 插件第一季
VSCODE 常用插件第一季
1、chinese
此插件中文(简体)语言包为 VS Code 提供本地化界面。
https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans
效果
2、Translate
此插件可将选择的中文翻译成英文,或者英文翻译成中文,如果写函数名和变量名还用汉语拼音的或用a,b,c的墙裂推荐使用。
Translate between English and Chinese
https://marketplace.visualstudio.com/items?itemName=formulahendry.translator
3、vscode-data-preview
此插件支持直接在vscode 里对csv,xlsx等数据做可视化、统计探索
extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large .json array .arrow .avro data files, .config .env .properties .ini .yml configurations files, .csv/.tsv & .xlsx/.xlsb Excel files and .md markdown tables with Perspective - streaming data analytics WebAssembly library.
4、python
vscode 的python 插件
安装后能自动识别本地解释器以及conda 或 pipenv的虚拟环境,好评!
5、Docker ,docker explorer
本地安装docker 后,方便管理docker 镜像和容器
6、Triling Space
以红色形式提示你空格的存在,帮助你及时处理代码中不必要的的空格
7、Romote SSH
直接在vscode中使用ssh协议连接远程主机