Hi,

VimClojure shows argument lists and (optionally) docstrings on 
omni-completion if Vim is configured accordingly. One can possibly remap 
<Space> in insert mode to the get the desired effect, although things get a 
bit clumsy there. First <Space> would show the menu, second <Space> would 
insert the actual <Space>. So one has to check whether the completion menu 
is visible. Not an entirely trivial task, but doable I think. A more 
involved implementation could insert the retrieved argument list as 
placeholders which are replaced as you type. This could be too much, 
however, considering the argument list of defn for example...

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to