Fizer Khan
Fizer Khan

Reputation: 92745

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?

Upvotes: 29

Views: 29695

Answers (3)

Ryan Leckey
Ryan Leckey

Reputation: 261

For those that are unsatisfied with dealing with multiple atom windows, check out https://atom.io/packages/project-plus

It allows you to switch between projects in the same window (and does it fast). It works almost identical to how sublime did (in that it remembers open buffers, temporary state, tabs, etc.).

Upvotes: 6

ruff
ruff

Reputation: 151

This is what you're looking for. With this package you can easily change between projects just like in Sublime editor.

https://atom.io/packages/project-manager

Upvotes: 8

JorgeArtware
JorgeArtware

Reputation: 1917

YES

Project management Sublime Style:

apm install project-manager

Upvotes: 28

Related Questions