Vscode Python

VScode 插件
名称: Auto Close Tag
名称: Auto Rename Tag
名称: Beautify
名称: Bracket Pair Colorizer
名称: Chinese
名称: Color Highlight
名称: Git History
名称: GitLens
名称: HTML Boilerplate
名称: HTML CSS Support
名称: HTML Snippets
名称: Image preview
名称: JavaScript (ES6) code snippets
名称: jQuery Code Snippets
名称: Markdown Extended
名称: Markdown PDF
名称: Markdown Preview Enhanced
名称: Material Icon Theme
名称: One Dark Pro
名称: open in browser
名称: Path Intellisense
名称: Polacode
名称: Python
名称: Settings Sync
名称: Todo Tree
名称: vscode-fileheader
名称: vscode-pdf

		pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
		pip install -U autopep8 --user
		pip install -U flake8 --user
		pip install virtualenvwrapper-win 

mkvirtualenv blog
workon
workon blog
rmvirtualenv blog

你可能感兴趣的:(博客,Python)