我想在 VSCode 中折叠以下代码行
x = np.linspace(0, 20, 100) plt.plot(x, np.sin(x)) plt.show()
我该怎么做呢?ctrl + shift + [只会折叠功能。
ctrl + shift + [
python visual-studio-code
python ×1
visual-studio-code ×1