eclim icon indicating copy to clipboard operation
eclim copied to clipboard

Arguments of java function

Open kleewho opened this issue 9 years ago • 3 comments

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 avatar May 19 '15 15:05 kleewho

@kleewho it's the only think vim dossn't have

7belrhalmia avatar Aug 18 '15 13:08 7belrhalmia

@kleewho Does the java_element_doc command give you want you want, or do you want more simplified output?

ervandew avatar Aug 18 '15 14:08 ervandew

@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

kleewho avatar Aug 18 '15 19:08 kleewho