I wonder if exists some plugin which offers syntax completion based on rails snippets (from snipmate).
Example:
Being on specs, I provide shou, press hotkey and I got list of possible completions (like for Ctrl-p). Selecting anything from list, will insert a snippet.
Does something like this exists?
You can hit
<C-r><Tab>in insert mode to pop up a list of available snippets, hit<Enter>to select the right one and hit<Tab>to expand the snippet. But the menu doesn’t provide a description.