eclim
eclim copied to clipboard
Arguments of java function
I very much like eldoc functionality in emacs which shows the arguments of a function on which the cursor currently is. I would like to have this in emacs-eclim.
According to this link https://groups.google.com/forum/#!searchin/eclim-user/arguments/eclim-user/N_ClmbLdZM4/pl2jwNXfR_YJ eclim doesn't have it. I'm willing to work on it but I would need to get some help. Let me know if this is something that you think would be valuable and then I'll start asking questions... :wink:
@kleewho it's the only think vim dossn't have
@kleewho
Does the java_element_doc
command give you want you want, or do you want more simplified output?
@ervandew maybe the info there would be enough, but fetching from it only the name of method + arguments would be a little hard. Also I believe this is already done on Java side or if not ready then with AST there a lot easier to get. I'll take a look, maybe it won't be too hard