Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Project in Atom Editor

Recently I moved from Sublime Text to GitHub Atom editor. I wanted to create new project in Atom editor. How do I do it?

Is there any way to migrate Sublime Text project files to Atom project files?

like image 532
Fizer Khan Avatar asked Apr 03 '14 10:04

Fizer Khan


People also ask

How do I create a file in Atom?

In Atom's top bar, choose File > New File. An untitled, blank file will appear. In Atom's top bar, choose File > Save or Save As.

How do you see the project in an Atom?

If you don't see the Projects pane on the left-hand side, you can open it by pressing CMD + \ on Macs, or CTRL + \ on Windows computers. This pane shows the contents of your Project folders, which are essentially just folders on your machine that you want to use Atom to edit.


1 Answers

YES

Project management Sublime Style:

apm install project-manager

like image 160
JorgeArtware Avatar answered Sep 21 '22 16:09

JorgeArtware