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 包提供独立的事件系统? 2022-01-01
- 如何在 Python 中检测文件是否为二进制(非文本)文 2022-01-01
- 使用 Google App Engine (Python) 将文件上传到 Google Cloud Storage 2022-01-01
- 使用Python匹配Stata加权xtil命令的确定方法? 2022-01-01
- 将 YAML 文件转换为 python dict 2022-01-01
- 合并具有多索引的两个数据帧 2022-01-01
- 使 Python 脚本在 Windows 上运行而不指定“.py";延期 2022-01-01
- 如何在Python中绘制多元函数? 2022-01-01
- Python 的 List 是如何实现的? 2022-01-01
- 症状类型错误:无法确定关系的真值 2022-01-01