简体   繁体   中英

No Intellisense in VS Code's Python Debug Console

I'm moving from PyCharm to Visual Studio Code. PyCharm's debugger has an "evaluate expression" option which is quite handy. VS Code's Debug Console is a decent alternative to that. Unfortunately, intellisense does not seem to be working there.

Is there any way to enable intellisense in the debug console window?

IntelliSense is automatically provided in the debug console when using the Python extension for VS Code. If it isn't working then please file a bug at https://github.com/microsoft/ptvsd .

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