KDevelop vs php files - autocompletion
Eugeny N Dzhurinsky
eugenydzh at jdevelop.com
Sat Mar 20 23:28:40 GMT 2004
On Sat, 20 Mar 2004 12:26:25 +0100
Sebastian Gutweiler <newsletter at gutweiler.net> wrote:
> > Having strange problem with using the KDevelop with php files when
> > auto-completion enabled. For example, if i typing the mysql_q, id
> > oes not complete it to mysql_query(
>
> What are you exactly doing?
>
> If I add a new class to a php project and type my... I get a list of
> possible Code Completions.
That's all is strange things :(
I started from scratch, created test.class.php
<?php
class test {
function test() {
}
function donothing() {
echo "Nothing";
}
}
?>
and then file index.php
<?
require_once('test.class.php');
$test = new test();
$test->[Ctrl+Space]
?>
and got nothing over there!
I checked the project options - the code completion is enabled and
realtime parser is enabled too.
What i'm doing in a wrong way?
P.S. seems VIM is still the best solution for PHP-coding :)
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list