tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

code compltetion should also add "()" #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the IDE autocompletes some code, it should also add the "()" after the
cursor (if it's a function), and place the cursor in the best position
possible.

For example (I will use | as the cursor marker):

   QString::toS|[code completion]
   QString::toString(|)
Or 
   QString::toString()|

if there is a single overload of that function.

Original issue reported on code.google.com by cucoma...@gmail.com on 4 Nov 2006 at 4:32

GoogleCodeExporter commented 9 years ago
Fixed in revision 115

Original comment by jlbi...@gmail.com on 24 May 2007 at 4:21