User forums > Help

Code completion does not work properly

(1/1)

czarek05:
Hi,
I have searched some topis here related to the subject but I haven't found the answer. What I would like to reach is that the IDE suggests me at the moment showed in the code below i.a.: abc.substr + list of possible arguments + short description of what substr do. Could you tell me how may I reach that?

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

int main()
{
    std::string abc = "hello world";
    abc.sub

--- End code ---

BlueHazzard:
This should work by default.
What operating system are you using? What codeblocks version? From where?

If you are on linux you probably have to install the codeblocks contribution plugins ( i think the packet is cbcontrib-plugins or something like that)

oBFusCATed:

--- Quote from: BlueHazzard on February 08, 2018, 12:42:17 am ---If you are on linux you probably have to install the codeblocks contribution plugins ( i think the packet is cbcontrib-plugins or something like that)

--- End quote ---
The code completion plugin is a core plugin. It is always installed.

czarek05:
Windows 7. Release 13.12

Commaster:

--- Quote from: czarek05 on February 08, 2018, 02:28:25 pm ---Windows 7. Release 13.12

--- End quote ---
Excuse me, but that one is at least 4 years old. Try updating: http://codeblocks.org/downloads/26

Navigation

[0] Message Index

Go to full version