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 缩进
基础教程推荐
- 包装空间模型 2022-01-01
- 求两个直方图的卷积 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
