Documentation comment stubs are not always created automatically
Hello everyone,
so I stumbled upon a strange behavior. Say you define a python class, then you define another python class, both with documentation comment stubs for classes and their methods.
Now you start to define a python class in the middle, between those two other python classes. If you create a documentation comment stub for the class and a method you define therein you should be able to reproduce a behavior in which no comment stub is created.
I think this is related to having another class below a class you are typing in. If I remove the bottom class from the code and try to create a stub that wasn't created before it magically works.
Anyone else able to reproduce this problem? This is really bothersome.
so I stumbled upon a strange behavior. Say you define a python class, then you define another python class, both with documentation comment stubs for classes and their methods.
Now you start to define a python class in the middle, between those two other python classes. If you create a documentation comment stub for the class and a method you define therein you should be able to reproduce a behavior in which no comment stub is created.
I think this is related to having another class below a class you are typing in. If I remove the bottom class from the code and try to create a stub that wasn't created before it magically works.
Anyone else able to reproduce this problem? This is really bothersome.
Please sign in to leave a comment.