sublime
A meta-package to bring some of Sublime Text's features to Atom
Installation
apm
Install sublime
from Atom's Package Manager or the command-line equivalent:
$ apm install sublime
Using Git
Change to your Atom packages directory:
Windows
# Powershell
$ cd $Env:USERPROFILE\.atom\packages
:: Command Prompt
$ cd %USERPROFILE%\.atom\packages
Linux & macOS
$ cd ~/.atom/packages/
Clone repository as build-tsc
:
$ git clone https://github.com/idleberg/atom-build-tsc build-tsc
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
Dependencies
This package makes use of atom-package-deps to automatically install the following packages:
atom-wrap-in-tag
– Wrap text in HTML tagsauto-update-plus
– Automatically update packagesbrowse
– Browse packages folderbuildium
– Provider for Build Toolsmariana-syntax
– Syntax thememinimap
multi-cursor
package-control
– Manages packages from the command paletteset-syntax
– Set syntax from the command linesublime-block-comment
sublime-style-column-selection
sublime-word-navigation
sublimify
– UI Themetag
– Autoclose tagstext-manipulation
– Convert case and more
To disabled individual packages, go to the Atom settings.
Contribute
If you know of any Atom package that brings back your favourite Sublime Text feature, please contribute!
License
This work is licensed under the The MIT License.