Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Refactoring support
Refactoring support [message #42628] Tue, 24 September 2002 13:05 Go to next message
Eclipse UserFriend
Originally posted by: johannes.lochmann.gmx.net

Hello all,

After reading through older posts I was wondering if there are any plans
to support something similar in CDT to the "Refactor" functionality in
Java mode. Also, is there ongoing work to support some sort of intelligent
Code assistant that is aware of methods and classes? What I mean:

class A
{
public:
void a();
}

class B
{

}
Re: Refactoring support [message #42971 is a reply to message #42628] Thu, 26 September 2002 14:22 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.rational.com

Yes, refactoring and intelligent code assist is part of the goodies you get
with the CDOM. However, this isn't scheduled to arrive until next year.

- Doug

"Johannes Lochmann" <johannes.lochmann@gmx.net> wrote in message
news:amq60r$7lg$1@rogue.oti.com...
> Hello all,
>
> After reading through older posts I was wondering if there are any plans
> to support something similar in CDT to the "Refactor" functionality in
> Java mode. Also, is there ongoing work to support some sort of intelligent
> Code assistant that is aware of methods and classes? What I mean:
>
> class A
> {
> public:
> void a();
> }
>
> class B
> {
>
> }
>
Previous Topic:CDT adding flags to my build command
Next Topic:Newbie instructions for getting up and running with developing the CDT
Goto Forum:
  


Current Time: Thu Jul 17 11:32:40 EDT 2025

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

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

Back to the top