I've found the docstring search case useful for searching for function argument types, keywords like deprecated, async, callback, and even elisp defun keywords like &rest and &key.
I thought that rather than just add docstring, generic filtering functionality should be exposed.
I've submitted this pull request as a potential fix for issue #39
I've found the docstring search case useful for searching for function argument types, keywords like deprecated, async, callback, and even elisp defun keywords like &rest and &key.
I thought that rather than just add docstring, generic filtering functionality should be exposed.
I've submitted this pull request as a potential fix for issue #39
Example use of this patch w/auto-complete: