In PyCharm, the lengths of lists and shapes of numpy arrays and pytorch tensors are shown in the debugger as in here
, which enables us to get these attributes without having to expand the variable, scroll down, and find the attributes one by one. Is it possible to do this in VSCode?