On Jun 6, 2011, at 11:35 AM, Meikel Brandmeyer wrote: > 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...
Interesting -- thanks. I don't think automatic insertion would be a good thing, BTW. The idea is just to get unobtrusive, completely automatic reminders of arguments and argument order as one types code in the normal way. -Lee -- 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