I have the following live template:
import {$NAME$} from "$PATH$";
$END$
When it's inserted into an editor, the order of inputting variables is defined as:
import {1} from "2";
Is there any way to change it to:
import {2} from "1";
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…