

Yeah, this is already pretty good, we've got unicorns in our editors.but we cannot add more! Save everything and Cmd+R again: you should now see a beautiful unicorn bringing you some happiness to the dev tools. package.json: defining all the relevant metadata for our project (extension name, version number, repository etc.).
Brackets extension buttonbar code#
main.js: the javascript file that contain the startup code for the extension.What you need at this point are just two files: Go into the user subfolder and create our new project root: cornify-brackets.
Brackets extension buttonbar for mac#
It should be something like ~/Library/Application Support/brackets/extensions for Mac and C:\Users\\AppData\Roaming\Brackets\extensions for Windows. Just go to Help > Show extensions folder from the menu. Let's add some sparkling happiness to our new web editor! (Many thanks to my dear friend Paolo Chillari for suggestion the topic of this very first tutorial!) Project set-upįirst thing to do (after installing and enjoying brackets, of course) is to locate the extension folder. If the internet teached us something is that there are never enough ponies and unicorns around - and that certainly applies to brackets too. Right, let's add it, right now! Always start with ponies

Apart from the old-fashioned vim/emacs lover, most of us currently use either Sublime Text (with its great collection of plugin) or WebStorm. As web developers and lovers, we all have tried different tools, IDE and text editors to improve our daily workflow and enjoy writing exciting web app more and more.
