java - Eclipse Code Completion: Is it possible to select a method without the parameters? -
the code completion in eclipse offers available methods object. string object select this, example:
lastindexof(str, fromindex)
.
is somehow possible method lastindexof
without parameters (str, fromindex)
?
in preferences go to: java->editor->content assist. in insertion section uncheck "fill method arguments , show guessed arguments" option. after method name , parenthesis after it, no parameters.
Comments
Post a Comment