Skip to main content



      Home
Home » Newcomers » Newcomers » Viewing every constructors
Viewing every constructors [message #64368] Sun, 15 May 2005 08:00 Go to next message
Eclipse UserFriend
Originally posted by: marcus-augustine.web.de

Hi folks!
Is it possible (similar to MS Visual Studio) to view a list of all
constructors when creating a new object or see the parameterlist when
calling a function? e.g.

Car myCar = new Car (
callMyFunction(

After that bracket comes (simliar to the import keyword) comes a
dropdownlist or popup with all the parameters which should follow...
Hope this isn't posed that complicated; would be great if somebody could
help me out, thanks in advance :)
Re: Viewing every constructors [message #64646 is a reply to message #64368] Mon, 16 May 2005 09:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Marcus Augustine wrote:

> Hi folks!
> Is it possible (similar to MS Visual Studio) to view a list of all
> constructors when creating a new object or see the parameterlist when
> calling a function? e.g.

> Car myCar = new Car (
> callMyFunction(

> After that bracket comes (simliar to the import keyword) comes a
> dropdownlist or popup with all the parameters which should follow...
> Hope this isn't posed that complicated; would be great if somebody could
> help me out, thanks in advance :)

Try hitting Ctrl-Space after the ( character for the constructor.
Re: Viewing every constructors [message #64849 is a reply to message #64646] Mon, 16 May 2005 14:20 Go to previous message
Eclipse UserFriend
Originally posted by: marcus-augustine.web.de

Dave Wegener wrote:
> Marcus Augustine wrote:
>
>> Hi folks!
>> Is it possible (similar to MS Visual Studio) to view a list of all
>> constructors when creating a new object or see the parameterlist when
>> calling a function? e.g.
>
>
>> Car myCar = new Car (
>> callMyFunction(
>
>
>> After that bracket comes (simliar to the import keyword) comes a
>> dropdownlist or popup with all the parameters which should follow...
>> Hope this isn't posed that complicated; would be great if somebody
>> could help me out, thanks in advance :)
>
>
> Try hitting Ctrl-Space after the ( character for the constructor.

Exactly what I was looking for :) Thank you!
Previous Topic:using other classes in a project : class cannot be resolved or is not a type
Next Topic:Confused by the workspaces-concept
Goto Forum:
  


Current Time: Thu May 08 18:56:47 EDT 2025

Powered by FUDForum. Page generated in 0.07704 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top