VScode环境配置-mac

安装

Mac系统,首先安装Anaconda和VS Code,如果下载的是最新版的Anaconda,会提示是否安装VS Code:

安装如下插件:

Anaconda Extension Pack:包含了Python和YAML Support for Visual Studio Code
Excel Viewer:方便浏览文本文件
Jupyter:可以单行或者多行运行代码,方便调试
markdown all in one:读.md格式文件,比如github上的文档
vscode-python-docstrings:方便写函数的注释,在函数定义之后输入""",回车即可

vscode中python解释器选择:

https://www.cnblogs.com/gitwow/p/10348675.html

头文件及函数注释定义

https://segmentfault.com/a/1190000016709849

Python风格指南-goolge

https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/#comments

python开发文档api

https://docs.python.org/zh-cn/3/library/multiprocessing.html

vscode ppt参考:

https://geek-docs.com/vscode/vscode-tutorials/vs-code-hovering-prompt-window.html

全局搜索功能

https://blog.csdn.net/u012529163/article/details/80415572

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章