Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Autocomplete speed: Juno vs Indigo
Autocomplete speed: Juno vs Indigo [message #899910] Thu, 02 August 2012 19:13 Go to next message
Chris Stankevitz is currently offline Chris StankevitzFriend
Messages: 52
Registered: September 2011
Member
Seems "autocomplete hints" take about 5X longer to appear in the editor on Juno vs Indigo. Anybody know what I can do to speed it up?

For example:

struct X
{
  int a;
  int b;
  int c;
}

void f()
{
  X x;

  x.[At this point I would expect a list of members of X, in about 0.25 seconds, but it is taking more like 2 seconds]
}


Thank you,

Chris
Re: Autocomplete speed: Juno vs Indigo [message #901774 is a reply to message #899910] Tue, 14 August 2012 14:05 Go to previous message
Kristoffer Lundén is currently offline Kristoffer LundénFriend
Messages: 1
Registered: August 2012
Junior Member
Found this during searches for similar behaviour for me, also found this bug which might be of help (or maybe you can help solve it Smile) - https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272
Previous Topic:Problems in modification time
Next Topic:Using CTRL-TAB to switch between cpp and h files: Always
Goto Forum:
  


Current Time: Thu Mar 28 09:18:59 GMT 2024

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

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

Back to the top