简体   繁体   中英

Get autocomplete when overriding methods from inherited python class in VS code

In IntelliJ we have a function which lets us get autcomplete and assistance for adding an inherited function.

Is there any way to recreate this behaviour in VS Code with the build in Python interpreter?

It lets us override specific functions by using ctrl+O

它允许我们使用 ctrl+O 覆盖特定功能

It lets us see which methods in the current class is overridden.

它让我们看到当前类中的哪些方法被覆盖。

There isn't currently any equivalent functionality. Please feel free to open an issue at https://github.com/microsoft/vscode-python for the idea.

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