赞
踩
转载自
https://medium.com/issuehunt/10-visual-studio-code-extensions-for-python-development-de0be51bbeedmedium.comVisual Studio Codeis highly extensible and customizable. Take a look at some of the extensions that make Python development in VSCode a better experience.
1. Python by Microsoft
An extension with rich support for the Python language (including Python 3.6), including features such as linting, debugging, IntelliSense, code navigation, code formatting, refactoring, unit tests, snippets, and more!
This blog post would be flawed if it didn’t feature the official Python extension by Microsoft. I can write the whole article around this extension alone.
GitHub: https://github.com/Microsoft/vscode-python
2. Python Docstring by Nils Werner
Visual Studio Code extension to quickly generate docstrings for python functions. Quickly generates a docstring snippet that can be tabbed through.
If you are like me who likes to comply with the PEP8 standards, then you must be finding yourself writing a lot of docstrings. This is where this extension comes in handy.
GitHub: https://github.com/NilsJPWerner/autoDocstring
3. Code Runner by Jun Han
Code Runner does what its name suggests. It will execute statements from a variety of languages and output the results to the built-in Output Window.
It will save you the time of switching back and forth between the editor and the terminal.
GitHub: https://github.com/formulahendry/vscode-code-runner
The Anaconda Extension Pack is a set of extensions that enhance the experience of Anaconda customers using Visual Studio Code. It includes the following set of Visual Studio Code extensions:
GitHub: https://github.com/Microsoft/vscode-anaconda-extension-pack
Highlight trailing spaces and delete them in a flash! This extension is a port of the popular Sublime Text plugin Trailing Spaces.
Since Python is an indented language, trailing spaces can cause errors.
GitHub: https://github.com/shardulm94/vscode-trailingspaces
The Better Comments extension will help you create more human-friendly comments in your code. With this extension, you will be able to categorise your annotations into:
I personally don’t believe that the comments are redundant. How many times does it happen to you, that you return to a code base after a break and none of it makes sense? Well, happens a lot to me. That’s why I highly recommend people to documents their code.
And this extension helps me make the most out of my comments.
GitHub: https://github.com/aaron-bond/better-comments
The Python extension by Microsoft pretty much covers everything. They also provide snippets for Python.
But for Django related snippets you should try this extension by Mr Barkman. A collection of snippets for Django templates, models, views, fields & forms.
GitHub: https://github.com/ScottBarkman/vscode-djaneiro
Flask snippets collections. Initially ported from PyCharm, TextMate, SublimeText and other editors/IDEs.
In between here I also want to mention the extension called Jinja by wholroyd. This extension adds language colourization support for the Jinja template language to VSCode.
GitHub: https://github.com/cstrap/flask-snippets
To enable the code linting in your VSCode, you have to install the linter.
$ pip install pylint
Once the pylint
has been installed in your work environment, it'll work out of the box.
GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.
After all version control is an integral part of the software development.
GitHub: https://github.com/eamodio/vscode-gitlens
黄哥谈转行当程序员
https://www.bilibili.com/video/av22524233www.bilibili.com黄哥谈转行当程序员之二
https://www.bilibili.com/video/av22568243www.bilibili.com黄哥Python提醒:转行当程序员修炼之路
黄哥:黄哥Python提醒:转行当程序员修炼之路zhuanlan.zhihu.com黄哥Python:提醒要转行当程序员的朋友,学习要分先后主次
黄哥:黄哥Python:提醒要转行当程序员的朋友,学习要分先后主次zhuanlan.zhihu.comCopyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。