Answer the question
In order to leave comments, you need to log in
Webstorm unwrapping javascript jquery constructs and so on?
Всем привет!
Понемногу перехожу с Sublime Text на Webstorm, пытаюсь разобраться в нем... Подскажите как можно быстро разворачивать в нем конструкции типа switch, if и прочих как в плагине Саблайма - JavaScript Completions. Например пишем switch + enter в итоге:
switch (expression) {
case label_1:
// statements_1
break;
default:
// statements_def
break;
}
или при помощи другого плагина jQuery, пишем ready в итоге:
$(document).ready(function() {
});
Answer the question
In order to leave comments, you need to log in
Так же, только tab. Плюс набор этих шаблонов отличается — загляните в настройки.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question