satococoa / atom-rubymotion

RubyMotion support in Atom
https://atom.io/packages/RubyMotion
MIT License
71 stars 4 forks source link

Convert already written snippets to work with this package #2

Closed ahmetabdi closed 10 years ago

ahmetabdi commented 10 years ago

https://github.com/rcyrus/snipmate-snippets-rubymotion/blob/master/snippets/rubymotion.snippets

satococoa commented 10 years ago

Converting this file or generating snippets from *.bridgesupport / ctags is not difficult, but Atom (autocomplete package) does not support autocomplete from snippets currently.

So just adding snippets does not make our coding easy.

We must implement autocomplete and snippts in other way. (For example, making another autocomplete package or adding snippets support to autocomplete, ...etc.) My plan is extending https://github.com/atom/autocomplete package.

Anyway, thank you for your comment.

satococoa commented 10 years ago

So just adding snippets does not make our coding easy.

This means,

I want to use sublime text style autocomplete and snippets.

(Described below, snippets are listed in autocomplete list http://www.hongkiat.com/blog/sublime-code-snippets/)

ahmetabdi commented 10 years ago

Ah I get it, might take awhile to get them all in.. wonder if there is an automated way somehow

satococoa commented 10 years ago

3