SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

adding all the formulas and command pallet implementations of sublime text to a framework, which can be used in any ide #121

Closed ghost closed 7 years ago

ghost commented 7 years ago

it would be interesting if we could:

FichteFoll commented 7 years ago

I'm afraid I don't understand.

ghost commented 7 years ago

i can put it clear. there are a whole number of shorcuts and plugins in sublime text. what i aim with this is that we make an extensive collection of those and make it available and fully implemented for other IDEs, as a framework, or simply as extensions

FichteFoll commented 7 years ago

So basically you're describing something that allows writing a cross-text-editor package that is converted to the formats used by multiple text editors?

This exceeds the purpose of this package by a longshot and I'm not going to add anything like this. There are a couple packages or tools that convert some configuration files between ST and Atom (which uses cson) and to my knowledge VS code uses tmLanguage files still, but I have no idea about the specifics of their resource files.

Plugins are inconvertible either way.

FichteFoll commented 7 years ago

The Atomizr package was designed for this purpose. You can read more about it here: https://forum.sublimetext.com/t/atomizr-reboot/27684?u=fichtefoll

I won't implement this into PackageDev.