1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > vscode python插件_黄哥Python:VS Code 10个Python 插件

vscode python插件_黄哥Python:VS Code 10个Python 插件

时间:2023-12-16 09:25:27

相关推荐

vscode python插件_黄哥Python:VS Code 10个Python 插件

转载自/issuehunt/10-visual-studio-code-extensions-for-python-development-de0be51bbeed​

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.

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.

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.

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:Microsoft Python Extension for Visual Studio Code

YAML Support by Red Hat

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.

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:Alerts

Queries

TODOs

Highlights

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.

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.

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.

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.

黄哥谈转行当程序员/video/av22524233​

黄哥谈转行当程序员之二/video/av22568243​

黄哥Python提醒:转行当程序员修炼之路黄哥:黄哥Python提醒:转行当程序员修炼之路​

黄哥Python:提醒要转行当程序员的朋友,学习要分先后主次黄哥:黄哥Python:提醒要转行当程序员的朋友,学习要分先后主次​

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。