Visual Studio Code – Snippet that depend on the selection
I'm looking for a tool that could help me to do the following operation: Given that code: const before = (arg1: string, arg2: string) => null; I would like to have the following result: const after = ({ arg1, arg2…