A meta-package to bring some of Sublime Text's features to Atom
Install sublime
from Atom's Package Manager or the command-line equivalent:
$ apm install sublime
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
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 moreTo disabled individual packages, go to the Atom settings.
If you know of any Atom package that brings back your favourite Sublime Text feature, please contribute!
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.