Thursday, March 09, 2006

Snippets for vim(1)

For a week or so, I've started to look into Ruby on Rails for web application development - it's very nifty and has a lot of potential !
Watching the online tutorial videos, I'm becoming increasingly jealous of the OS X users and their super cool TextMate editor ! Being a vim(1) man myself, I set out trying to reproduce some of the textmate behavior - specifically the snippets functionality. After searching a bit around on google, I found the snippetmagic project, which does exactly that ! It add snippets not only for rails projects, but also:

  • actionscript
  • asp
  • c
  • css
  • django
  • f-script
  • gri
  • haskell
  • html
  • java
  • javascript
  • latex
  • logo
  • markdown
  • mips
  • movable type
  • objective c
  • ocaml
  • odcompletion
  • perl
  • php
  • phpdoc
  • propel
  • python
  • rails
  • ruby
  • setext
  • slate
  • smarty
  • source
  • symfony
  • tcl
  • template toolkit
  • text
  • unixshell
  • xhtml
  • xml

Pretty friggin' awesome !

No comments: