Tue Jan 10, 2006 4:54 am |
Replies: 6 |
Views: 7187 |
|
 |
I forgot to mention I am using VS.NET 2003 (not migrated to 2005 yet).
Husker
|
Tue Jan 10, 2006 1:43 am |
Replies: 6 |
Views: 7187 |
|
 |
That is indeed a good point. Visual Studio (sorry that I come up with this again, it is my main development environment) makes it like this:
if no parameter tooltip is present, the code completitio ...
|
Mon Jan 09, 2006 2:56 pm |
Replies: 6 |
Views: 7187 |
|
 |
I think it would be okay if it is just below. It never was disturbing in Visual Studio :-)
I am glad I am not the only one seeing this.
best
Husker
|
Sat Jan 07, 2006 6:38 am |
Replies: 6 |
Views: 7187 |
|
 |
Hi,
I came over a nasty little thing: the tooltip showing the parameters of a function (and other things) shows up *above* the line you are currently typing. It should be *below* this line, like in ...
|
Thu Dec 22, 2005 7:48 am |
Replies: 2 |
Views: 5718 |
|
 |
Actually I put this on the FAQ some time ago. http://forum.nusphere.com/tip-type-hints-t1563.html
Thanks for the tips. I tried to search the Forum but I might have used the wrong search terms.
H ...
|
Wed Dec 21, 2005 3:58 pm |
Replies: 2 |
Views: 5718 |
|
 |
Hello,
how can I achieve that the phped ide does code completition on objects?
Example:
$myObj = factoryObject::Create("some object"); // returns an object insta ...
|