Author Topic: Problem with code completion (function arguments)  (Read 4677 times)

steliyan

  • Guest
Problem with code completion (function arguments)
« on: December 12, 2007, 03:16:16 pm »
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.

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: Problem with code completion (function arguments)
« Reply #1 on: December 12, 2007, 09:37:06 pm »
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

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Problem with code completion (function arguments)
« Reply #2 on: December 13, 2007, 03:24:52 am »
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.