A very simple Open in Browser Atom.io Package. This allows you to right click and have a menu that will open the current file in your default program. That opens that extension. Files will open in your default browser or application.
- Huge thanks to ldez for the contributions on pull request #34 which solves a few issues some users were having.
- "Open In Browser" context menu, from tree view or text editor pane, should be functional when nuclide package is installed
- Should Fix
- Not compatible with nuclide-file-tree :(
- by @aiboy
- "Open In Browser" context menu, from tree view or text editor pane, should be functional
- Should Fix
- Failed to activate the open-in-browser package
- Had to apply fixes differently because the pull-request was using outdated version.
- fix deprecations
- by @andya9
- fixed deprecation of stylesheets folder
- by @andya9
- Fixes "Open In Browser" not showing up in the workspace context menu
Update by "MetaMemoryT"
Now able to right click on tree-view and select "Open in browser"
Update by "mesosteros"
Replace editor class with atom-text-editor
tag.
Shortcut was conflicting with meteor developers who use Ctrl-Alt-M in
Meteor.js packages for Atom, so use Ctrl-Alt-Q instead.