how to create code shortcuts in adobe brackets -


does know how create quick code shortcut in brackets? e.g. if in javascript, if type "f" , hit tab, editor writes code "function(){}". intellij has called live templates. wonder if exists brackets.

thanks!!

use extension manager , select available panel in dialog. type "snippet" in search box , install brackets snippets (by edc). come many predefined snippets allow create own in simple syntax.


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -