简体   繁体   中英

Is there any way to use the python IDLE Shell in visual studio code?

I was programming python in Visual Studio Code and every time that I ran something it would use the integrated terminal (logically, because I have not changed any settings) and I was wondering, how could I get it to use the Python IDLE's shell instead of the integrated terminal (which for me is useless)?

I have also got Python IDLE installed in my mac but due to Visual Studio Code having "intellisense", it is way easier.

In VS Code you should be able to select the file which is supposed to be used in the terminal. Under:
Preferences -> Settings -> Terminal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM