bcore icon indicating copy to clipboard operation
bcore copied to clipboard

sublime-text plugin for bcore snippets

Open Byron opened this issue 11 years ago • 0 comments

Whenever a framework is ready for use, there should be an accompanying snippet or a set of snippets to make using the framework easy. After all, each framework requires boilerplate which is nothing most people will know by heart.

Having a package-controlled plugin which provides these snippets would make usage of bcore as easy as cloning the source, and installing the plugin.

Distributing snippets as files might be a problem as these can run out of sync with the bcore version you are actually using. Therefore, and ideally, the plugin will not install the snippets themselves, but look for snippets in all currently loaded projects, making them available dynamically.

Byron avatar Jul 03 '14 10:07 Byron