How can I create a custom shortcut for generating code that will print a selected variable in vscode?
[1] arr = [1,2,3,4] # I press double left mouse button on 'arr'[2] print(arr) # Then I press <magic shortcut> (Ctrl+p for example) # And vscode generate [2] row automaticallyYou can provide your method for fast debugging by print().