In SublimeText, you can open the console and enter sublime.log_commands(True)
to force sublime to log every command that the editor starts. This helps a lot to understand what is happening and to figure out which commands you should follow.
I just want to know if there is something similar in VSCode?
source share