|
Posted by Water Cooler v2 on 12/12/61 11:50
Gary L. Burnore wrote:
> >> You might also check out Komodo. (and work on leaving the bit that
> >> you're replying to when posting instead of snipping it all.)
>
> >Do any of the IDE's offer Intellisense?
>
> If you mean do they point out mistakes, yes, most do. If that's not
> what you meant, what's Intellisense?
>
> (better quoting, but not quite. Remember to snip .sigs and that to
> which you are not replying)
By Intellisense, I mean:
1. When you type fopen(.., it opens up a pop-up window in the editor
showing you the signature of the function.
2. If you've defined a class and some methods, when you instantiate
that class, it knows the type of the object, so when you do a
MyClass $obj = new MyClass('arg');
$obj->
it shows the pop-up again with the members and the public interface of
the class MyClass.
3. While typing mysql_conne and then some short-cut keyboard key, it
completes the token and replaces it with mysql_connect.
Does any IDE offer such features?
Navigation:
[Reply to this message]
|