Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » content assist in classes for members declared below
content assist in classes for members declared below [message #1693186] Wed, 22 April 2015 10:21
Konstantin Stupnik is currently offline Konstantin StupnikFriend
Messages: 9
Registered: July 2009
Junior Member
In cases like this:
struct A{
  void f()
  {
    m.|
  }
  std::map<int,int> m;
};


content assist is not working anymore.
Syntax highlighter and analyzer are working fine.

Previously there were problems with reindexing of headers.
Basically they were reindexed on save only.
But now save doesn't help.
Am I missing something?
Previous Topic:Luna, CDT 8.4 and Qt
Next Topic:-Wl, -rflags not being passed correcly to G++
Goto Forum:
  


Current Time: Fri Sep 20 04:12:00 GMT 2024

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

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

Back to the top