Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Show function arglist in status bar #50

Open
sjl opened this issue Feb 7, 2013 · 3 comments
Open

Feature Request: Show function arglist in status bar #50

sjl opened this issue Feb 7, 2013 · 3 comments

Comments

@sjl
Copy link
Contributor

sjl commented Feb 7, 2013

One of my favorite SLIMV features is that when you type a function name and press space in insert mode it will show the arglist in the status bar for you. It's really handy for remembering the order of arguments. Any chance we can get something like that in Foreplay?

Example:

1

2

@tpope
Copy link
Owner

tpope commented Feb 8, 2013

What does the Vim side of this entail? Remapping space and twiddling 'showmode'?

@sjl
Copy link
Contributor Author

sjl commented Feb 8, 2013

@tpope
Copy link
Owner

tpope commented Feb 8, 2013

Both of these make me squeamish.

Then again, it's probably pretty easy to rig up yourself, no? Start with

echo foreplay#evalparse("(-> #'map meta :arglists pr-str)")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants