User forums > General (but related to Code::Blocks)

Issue with Code Completion with the Cygwin compiler

(1/3) > >>

DavidBittner:
Hey guys! Apology ahead of time if this is a really stupid question. My issue is as the title states. Code completion just doesn't work for any compiler outside of the default MinGW compiler. I was wondering if there was any kind of setup I needed to do to get it working? This issue also happens with Clang.

After some googling, I found the CodeCompletion Redesign plugin that's on this forum. I could not find a download. Anyway, if anyone could help me that would be awesome! Thanks ahead of time!

stahta01:
Please post code that fails to complete with the Cygwin compiler.
While, I myself do NOT use code completion (CC); I might be one of the few regular posters with the Cygwin compiler already installed.

Edit: Please include Cygwin and Code::Blocks (CB) version info.
Edit2: Also, include the Cygwin Compiler version info.
Edit3: Also, whether using 64 or 32 bit version of Cygwin.
Edit4: For cLang there is a different CC Plugin that might help; no idea where it is and how good it works.

Tim S.

DavidBittner:
Thanks a lot for the quick response man! Any code that hasn't been written myself. I.E. associated directly with the compiler. For example:


--- Code: ---#include <iostream>

int main()
{

    std::cout << "Hello, world!" << std::endl;

}

--- End code ---

The code above, when typed with the standard MinGW compiler, as std:: is typed it gives me a list of auto-completion options. With any other compiler it does not.

CB Version: latest nightly build. SVN 10341
Cygwin version: 2.871 64bit

stahta01:
I have confirmed the problem using
Windows 7 32 bit
Cygwin 32 bit (just updated today)
cygwin gcc version 4.9.3
CB version 13.12 (next will see if current nightly has problem.)

Typing std::c does not give CC hints.

Tim S.


DavidBittner:
Jeez man, thanks a lot for all the help. Don't worry about it if you can't find a solution. I'd love one obviously haha, but it's nice to know that this isn't just me having this issue.

Navigation

[0] Message Index

[#] Next page

Go to full version