open-in-developer-mode
Re-open the current file/project in developer mode
Installation
apm
Install open-in-developer-mode
from Atom's Package Manager or the command-line equivalent:
$ apm install open-in-developer-mode
Using Git
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/
Clone repository as open-in-developer-mode
:
$ git clone https://github.com/idleberg/atom-open-in-developer-mode open-in-developer-mode
Indicator
You can use the custom-title
package to add an indicator, showing whether you're in Developer Mode.
Example:
<%= fileName %><% if (projectPath) { %> – <%= projectPath %><% } %><% if (devMode) { %> (Developer Mode)<% } %>
This will append (Developer Mode) to the title displayed in the window title.
License
This work is licensed under the The MIT License.