Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show overridden method indicator in Visual Studio Code with Python

Is there a way to show an indicator of overridden methods when programming with Python in Visual Studio Code?

I'm looking for something similar to the icon in the left margin that PyCharm shows when you override a method from a superclass?

like image 556
43Tesseracts Avatar asked May 03 '26 09:05

43Tesseracts


1 Answers

Not at the moment and I'm not sure if the language server protocol supports such a concept. But if it does then you can make a feature request at https://github.com/microsoft/python-language-server.

like image 127
Brett Cannon Avatar answered May 05 '26 23:05

Brett Cannon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!