There are some classes written with the docstring at the class level, as opposed to under methods like the init method, for example PyTorch's CrossEntropy loss class.
How can I show the class docstring in VSCode with a shortcut, similar to this question?