Visual Studio Code indentation for Python(适用于 Python 的 Visual Studio Code 缩进)
问题描述
如何在 Visual Studio Code 中启用缩进?
How do I enable indentation in Visual Studio Code?
我正在尝试学习 Python(编程新手)并且需要自动缩进.它适用于我尝试的第一个版本,但它不再在冒号 (:) 后缩进.如何将其配置为自动缩进?
I'm trying to learn Python (new to programming) and need auto-indentation. It worked with the first version I tried, but it doesn't indent after a colon (:) any more. How can I configure it to automatically indent?
推荐答案
您可以安装 Visual Studio Code Python 扩展,它将提供智能感知、自动完成、代码格式化和调试.
You can install the Visual Studio Code Python extension which will provide intellisense, auto-completion, code formatting, and debugging.
这里是关于 Python 扩展的更多信息,这里.
Here is more information on the Python extension, here.
这篇关于适用于 Python 的 Visual Studio Code 缩进的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:适用于 Python 的 Visual Studio Code 缩进
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01
- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- pytorch 中的自适应池是如何工作的? 2022-07-12
- python-m http.server 443--使用SSL? 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01
- padding='same' 转换为 PyTorch padding=# 2022-01-01
- 沿轴计算直方图 2022-01-01
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01
