All Projects → idleberg → sublime-atomizr

idleberg / sublime-atomizr

Licence: MIT License
Convert Sublime Text completions into Atom (or Visual Studio Code) snippets, and vice versa.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublime-atomizr

vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (+450%)
Mutual labels:  converter, conversion
discoursegraphs
linguistic converter / merging tool for multi-level annotated corpora. graph-based (using Python and NetworkX).
Stars: ✭ 47 (+291.67%)
Mutual labels:  converter, conversion
BlocksConverter
A PocketMine-MP plugin allows you to convert Minecraft PC maps to MCPE/Bedrock maps or vice-versa.
Stars: ✭ 47 (+291.67%)
Mutual labels:  converter, conversion
fp-units
An FP-oriented library to easily convert CSS units.
Stars: ✭ 18 (+50%)
Mutual labels:  converter, conversion
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (+191.67%)
Mutual labels:  sublime-text, textmate
bank2ynab
Easily convert and import your bank's statements into YNAB. This project consolidates other conversion efforts into one universal tool.
Stars: ✭ 197 (+1541.67%)
Mutual labels:  converter, conversion
quill-markdown-toolbar
A Quill.js module for converting markdown text to rich text format
Stars: ✭ 13 (+8.33%)
Mutual labels:  converter, conversion
Ec2 Spot Converter
A tool to convert AWS EC2 instances back and forth between On-Demand and Spot billing models.
Stars: ✭ 108 (+800%)
Mutual labels:  converter, conversion
ipynb-py-convert
Convert .py files runnable in VSCode or Atom/Hydrogen to Jupyter .ipynb notebooks and vice versa
Stars: ✭ 38 (+216.67%)
Mutual labels:  converter, atom-editor
xsampa
X-SAMPA to IPA converter
Stars: ✭ 20 (+66.67%)
Mutual labels:  converter, conversion
cpc
Text calculator with support for units and conversion
Stars: ✭ 89 (+641.67%)
Mutual labels:  converter, conversion
dftools
Tools for Star Wars: Dark Forces assets.
Stars: ✭ 18 (+50%)
Mutual labels:  converter, conversion
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+1775%)
Mutual labels:  converter, conversion
caffe weight converter
Caffe-to-Keras weight converter. Can also export weights as Numpy arrays for further processing.
Stars: ✭ 68 (+466.67%)
Mutual labels:  converter, conversion
Hrconvert2
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats.
Stars: ✭ 132 (+1000%)
Mutual labels:  converter, conversion
csv2html
Convert CSV files to HTML tables
Stars: ✭ 64 (+433.33%)
Mutual labels:  converter, conversion
Oas Kit
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
Stars: ✭ 516 (+4200%)
Mutual labels:  converter, conversion
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+5241.67%)
Mutual labels:  converter, conversion
qTsConverter
A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
Stars: ✭ 26 (+116.67%)
Mutual labels:  converter, conversion
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (+1325%)
Mutual labels:  converter, conversion

Atomizr for Sublime Text

The MIT License GitHub Package Control CircleCI

Convert Sublime Text completions into Atom (or Visual Studio Code) snippets, and vice versa.

Also available for Atom and the command line (see the comparison chart).

Installation

Package Control

  1. Make sure you already have Package Control installed
  2. Choose “Install Package” from the Command Palette (Super+Shift+p)
  3. Type “Atomizr” and press Enter
  4. Repeat steps 2 and 3 to install “Better CoffeeScript”

With auto_upgrade enabled, Package Control will keep all installed packages up-to-date!

Manual installation

Since package dependencies are handled by Package Control, manual installation is not advised! If you still want to install from source, you probably know what you are doing so we won’t cover that here.

Usage

The Command Palette currently offers the following commands, each prefixed with “Atomizr”:

Action Input Output
Automatic conversion¹ CSON|JSON|XML CSON|JSON|XML
Convert Atom to Sublime Text CSON|JSON JSON
Convert Atom to Visual Studio Code CSON|JSON JSON
Convert Sublime Text to Atom² JSON|XML CSON|JSON
Convert Sublime Text to Visual Studio Code JSON|XML JSON
Convert Visual Studio Code to Atom² JSON CSON|JSON
Convert Visual Studio Code to Sublime Text JSON JSON
Toggle Atom format CSON|JSON JSON|CSON
Toggle Sublime Text format JSON|XML XML|JSON

¹⁾ converts Atom and Sublime Text only
²⁾ target syntax can be specified in the settings

Note: Since automatic conversion is based on scope, make sure the a supported CoffeeScript package is installed as well. Using Better CoffeeScript is recommended, though CoffeeScript, IcedCoffeeScript and Mongoose CoffeeScript are also supported.

Keyboard Shortcuts

The following examples use the macOS keyboard shortcuts. On Linux or Windows use Ctrl+Alt as modifier key instead of Ctrl.

Memorizing the keyboard shortcuts for conversion is easy. Just think of the A key for Atom, the S key for Sublime Text and the V key for Visual Studio Code:

Action Mnemonic Shortcut
Atom to Sublime Text “A to S” Ctrl+A, Ctrl+S
Atom to Visual Studio Code “A to V” Ctrl+A, Ctrl+V
Sublime Text to Atom “S to A” Ctrl+S, Ctrl+A
Sublime Text to Visual Studio Code “S to V” Ctrl+S, Ctrl+V
Visual Studio Code to Atom “V to A” Ctrl+V, Ctrl+A
Visual Studio Code to Sublime Text “V to S” Ctrl+V, Ctrl+S
Atom to Atom “A to A” Ctrl+A, Ctrl+A
Sublime Text to Sublime Text “S to S” Ctrl+S, Ctrl+S

For automatic conversion, press Ctrl+C twice.

Settings

Some of the default conversion settings can be modified from the Package Settings menu:

  • Rename target files (boolean)
  • Add or remove trailing tab-stops (boolean)
  • Indentation level (int)
  • Sort keys (boolean)
  • Scope replacement rules (array)
  • Atom snippet syntax format (boolean)

License

This work is licensed under the The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].