News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Problem with code completion (function arguments)

Started by steliyan, December 12, 2007, 03:16:16 PM

Previous topic - Next topic

steliyan

When I type a function's name, let's say "abs(" and CB shows me what the arguments can be:


But if I click somewhere or make a type, and then press Ctrl + Space, CB shows that:


My question is, shouldn't CB shows the arguments once again?

Thanks in advance and sorry if topic is duplicated.

XayC

I can confirm this. When you press CTRL+Space Code Completion will do a lot of work (in my case CB hangs for a few seconds) then in my case will output a long list of items, and in your case i guess the list is so long that it warns about it.
Yes I think it's a problem of the Code Completion, and perhaps it's already known.

Regards, XayC

JGM

A temporary solution is to delete the parenthesis again to bring back the arguments list, and memorize them. Thats what I have to do when I just want the arguments reference.