Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a new project in adobe-brackets?

I've started using adobe-brackets for editing JavaScript, HTML and CSS.

Currently I have the "Getting Started" project open in my side bar. I would like to create a new project, but there is no such "New Project" item in the File menu.

I tried clicking on "Project settings", but that just gives me this:

Getting Started project settings

How do you get rid of the default "Getting Started" project, and start a fresh new one?

like image 753
Lorraine Bernard Avatar asked Dec 18 '12 16:12

Lorraine Bernard


People also ask

Why did Adobe discontinue Brackets?

Brackets has a major focus on development in JavaScript-enabled, CSS and HTML. With release of version 1.0, Adobe announced a feature that extracts design information from a PSD file for convenience of coding in CSS. As of June 28, 2016, the feature is officially discontinued, due to low usage.


2 Answers

Let's suppose you want your project to be in this location:

/Users/myName/Sites/mySite

To create a new project here you need just to do this:

  1. File -> Open Folder -> /Users/myName/Sites/mySite

Congrats, you've just created a new project! You will see the new project displayed on the top of the left menu.

like image 126
antonjs Avatar answered Sep 28 '22 01:09

antonjs


You have to install Brackets new project creator.

like image 29
bharath muppa Avatar answered Sep 28 '22 01:09

bharath muppa