-
Java IDE with Intellisense
I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
I would like class methods and functions to appear when I type the scope
resolution operator (.) ala Microsoft Visual Basic / VBA.
Any IDEs do this?
Thanks,
Matthew Cromer
-
Re: Java IDE with Intellisense
Hello Matthew:
I came from a VB background as well and have been using VisualCafe for the
past 3 years. Since version 2, Cafe has supported code completion in much
the same manner as VB. The current release, VC 4, does a pretty good job
of implementing this.
Of course Visual J++ from MS does Intellisense but I'd stay away from that
one if I were just getting started with Java as it uses older technology
as a result of the ongoing lawsuits. It also adds its own extensions to
Java to make it more appealing to do Windows-only apps. It's not really
Java in a pure sense.
My two cents,
Tom Duffy
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
You can try the Forte for Java a free IDE from Sun Microsystems.
"Tom Duffy" <td4729@hotmail.com> wrote:
>
>Hello Matthew:
>
>I came from a VB background as well and have been using VisualCafe for the
>past 3 years. Since version 2, Cafe has supported code completion in much
>the same manner as VB. The current release, VC 4, does a pretty good job
>of implementing this.
>
>Of course Visual J++ from MS does Intellisense but I'd stay away from that
>one if I were just getting started with Java as it uses older technology
>as a result of the ongoing lawsuits. It also adds its own extensions to
>Java to make it more appealing to do Windows-only apps. It's not really
>Java in a pure sense.
>
>My two cents,
>
>Tom Duffy
>
>"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>>
>>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>>I would like class methods and functions to appear when I type the scope
>>resolution operator (.) ala Microsoft Visual Basic / VBA.
>>
>>Any IDEs do this?
>>
>>Thanks,
>>
>>Matthew Cromer
>
-
Re: Java IDE with Intellisense
Borland/Inprise JBuilder provides this functionality, at least in versions
3 and above.
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
>You can try the Forte for Java a free IDE from Sun Microsystems.
I tried this out. Took 42 min.(!!) to show up on the screen. Another 7 minutes
for the menu to appear, running outta thread i closed app.
This could be 'cause i use a 300 Mhz P II Compaq with 32 MB RAM. Well at
home i am with a MMx 166Mhz. and 64 MB RAM.
This stops me from downlaoding Forte in the first place.
I am sure its a great IDE , but anyluck with running it with such low config.
stay in constant touch!
-
Re: Java IDE with Intellisense
The guys at inteRAD Technology have a Java IDE that allows you to select the
methods from a selection list, with mouse operation. If my memory serves
correctly, they call it build-IT or something similar.
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
Try CodeGuide (www.omnicore.com).
We are currently using it on Windows NT, 98, 2000. Works well, only costs
$100.
Cheers.
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
Visual Slick Edit has the best code completion facilities of any of the editors.
It is not really a complete IDE but I use it with Jbuilder 3 EE and Together/J
and they all compliment each other.
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
Hi Matthew,
You can use visual cafe 4.0 expert edition which has
the intellisense feature.You can physically invoke the intellisense with
ctrl + j key also in any visual cafe project
environment.
thanks
buyan
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
Try JBuilder. There's a Foundation version that's available under Solaris,
Linux and Windows. Best of all, it's free.
You can download it from http://www.borland.com/jbuilder/foundation/
Hope this helps.
-
Re: Java IDE with Intellisense
Matthew,
All the major players in the Java IDE game feature intelliSense. This includes
Visual Cafe, JBuilder and
IBM's Visual Age. Of the three, only Visual Age requires a key operation
to bring up the intelliSense feature.
The others come up automatically. Sadly, none are as slick as Visual Studio
however.
-- Brad Herbert
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
give Jedit a try - provided you have the java source, all methods get looked
up.
-
Re: Java IDE with Intellisense
Actually, if I am correct, almost all of the top java IDEs support code completion.
I prefer VisualAge and it supports it. I have also used VisualCafe, J++,
& JBuilder. Everyone of them support some level of code completion. I will
also state that every article that I have ever read on "what real programmers
use" say that most of the professional development going on out there ( out
here? ) is done with command-lines & simple text editors. ( If you decide
to take that route, I recommend UltraEdit. It's not complete IntelliSense(TM)
but, it's better than nothing. ).
jeff.
==
Just my 2 cents.
"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>
>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>I would like class methods and functions to appear when I type the scope
>resolution operator (.) ala Microsoft Visual Basic / VBA.
>
>Any IDEs do this?
>
>Thanks,
>
>Matthew Cromer
-
Re: Java IDE with Intellisense
Another one to look at is AnyJ 2.0 from Netcomputing. (www.netcomputing.de).
This IDE is very fast and uses XML in conjunction with Java to really create
some slick interfaces etc.
"Jeff Wood" <dadelus@nwinet.com> wrote:
>
>Actually, if I am correct, almost all of the top java IDEs support code
completion.
> I prefer VisualAge and it supports it. I have also used VisualCafe, J++,
>& JBuilder. Everyone of them support some level of code completion. I
will
>also state that every article that I have ever read on "what real programmers
>use" say that most of the professional development going on out there (
out
>here? ) is done with command-lines & simple text editors. ( If you decide
>to take that route, I recommend UltraEdit. It's not complete IntelliSense(TM)
>but, it's better than nothing. ).
>
>jeff.
>
>==
>Just my 2 cents.
>
>"Matthew Cromer" <matthew@sdaconsulting.com> wrote:
>>
>>I'm looking for a Java IDE with IntelliSense-like functionality. Specifically,
>>I would like class methods and functions to appear when I type the scope
>>resolution operator (.) ala Microsoft Visual Basic / VBA.
>>
>>Any IDEs do this?
>>
>>Thanks,
>>
>>Matthew Cromer
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks