简体   繁体   中英

Keyboard Shortcut to show documentation in VS code?

Like in Jupyter notebook shift+tab is the shortcut to show documentation and Tab key for suggestions (.ipynb). Similarly in VS code what is the shortcut if I am using it for Python? In VS code, while using.JS suggestions are coming as I type but for.py its not showing any suggestions.

Looks like you need to install an extension for python for autocomplete to work. Try this link to install the required extension and get access to IntelliSense.

https://marketplace.visualstudio.com/items?itemName=ms-python.python

Then ctrl + space should bring up intellisense.

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