|
Sat Jun 02, 2012 5:42 am |
Replies: 6 |
Views: 2887 |
|
|
Now I agree with you too.
For method-scope variables like $this->foo parsing, the CodeInsight should easily borrow logic from function-scope variable parsing.
Like this:
1) if there is " ...
|
Sat Jun 02, 2012 2:27 am |
Replies: 6 |
Views: 2887 |
|
|
Of course I do not expect PhpED to magically discover variables defined in the way you mentioned and showed in example. I only expect one case, which is simple and straight forward and which works lik ...
|
Fri Jun 01, 2012 7:25 pm |
Replies: 6 |
Views: 2887 |
|
|
Well, I see you're comming from Delphi-like environment, because everything had to be defined there.
See, in PHP we can do just like in the following example, and it is not that I am lazy person to ...
|
Thu May 31, 2012 4:21 pm |
Replies: 6 |
Views: 2887 |
|
|
CodeInsight doesn't recognize and doesn't auto-complete class variables, like this:
class Test
{
public function foo()
{
$this->bar = 123;
if ($this-> ...
|
Thu May 31, 2012 3:25 pm |
Replies: 1 |
Views: 2502 |
|
|
Since this is very convenient to use such constructions in templates, like this one:
<?php foreach ($yadayadas as $yadayada): ?>
<div><?php echo $yadayada; ?></d ...
|
Wed Apr 18, 2012 10:34 am |
Replies: 3 |
Views: 3480 |
|
|
Well, yes, these dynamically regenerating files are under the project tree, but nevertheless they don't get rescanned when modified from outside.
It is a fact, that the IDE monitors changes of the ...
|
Wed Apr 18, 2012 12:07 am |
Replies: 3 |
Views: 3480 |
|
|
Since I often work with projects which make use of auto-generated classes, and these classes sometimes get regenerated and therefore their methods and properties get changed, I need a way to force re- ...
|
Fri Jul 01, 2011 7:19 am |
Replies: 2 |
Views: 2226 |
|
|
May I ask - why you added this library into the project if you don't care of its content?
I do care, but don't you think that user files are more important than those in libraries?
I, for exampl ...
|
Thu Jun 30, 2011 4:02 pm |
Replies: 2 |
Views: 2226 |
|
|
I believe that PHPEd should first look in the project files (when searching for auto completion), and only then it should look into the libraries which I added to the project (as additional directorie ...
|
Fri Mar 11, 2011 9:52 am |
Replies: 1 |
Views: 2804 |
|
|
+1
Eclipse has this also.
|
Fri Mar 11, 2011 9:49 am |
Replies: 1 |
Views: 3991 |
|
|
I need sometimes to just create an empty file in the editor. Unfortunately, I have to choose from HTML, PHP or other file types, which already has the default content, when created, after which I dele ...
|
Page 1 of 1 |
All times are GMT - 5 Hours |
| |