首页 > 解决方案 > How to add Auto Brackets in Visual studio Code like in JetBrains IDE?

问题描述

Using PyCharm, I would just type print and it would automatically add brackets once I pressed Enter. Is there an extension to this in VS Code?

So I would just have to type the name of, for example, a function I defined and while calling it, I would just type functionName and press Enter (return) and it would display: functionName()

标签: visual-studiovisual-studio-codeidejetbrains-idebrackets

解决方案


Basically, this feature is not available in VS code by default. You will have to look for an extension. I'm sorry to say but after extensive research, I was not able to find any suitable extension


推荐阅读