Re-open the current file/project in developer mode
Install open-in-developer-mode
from Atom's Package Manager or the command-line equivalent:
$ apm install open-in-developer-mode
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
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.
This work is licensed under the The MIT License.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.