Thu Jan 02, 2014 1:10 pm |
Replies: 9 |
Views: 7887 |
|
|
I would also love some scoped type hinting as well. I often do something like:
foreach ($Users as $User) {
echo $User->getName() . "\n";
}
Where a simpl ...
|
Thu Jan 02, 2014 1:00 pm |
Replies: 1 |
Views: 3295 |
|
|
I believe you're right! But, why let C do it when you can do it in userland (while assigning two more variables?
|
Sat Nov 09, 2013 8:54 pm |
Replies: 11 |
Views: 11229 |
|
|
I'm reviving this one...
twig.sensiolabs.org/doc/templates.html#ides-integration
I'm not sure if the licenses for the extensions for these editors / ides, which support Twig, would allow use in ...
|
Sat Nov 09, 2013 8:41 pm |
Replies: 24 |
Views: 12616 |
|
|
I just spent about two minutes googling around for the grammar stuff for less, and found these:
http://code.google.com/p/less4java/source/browse/lesscss/src/main/java/com/mostlymagic/lesscss/?r=6#l ...
|
Mon Aug 05, 2013 1:49 pm |
Replies: 19 |
Views: 13016 |
|
|
+2!
|
Tue Jul 30, 2013 6:03 pm |
Replies: 11 |
Views: 11229 |
|
|
I would LOVE to see support for twig!
|
Fri Jul 12, 2013 2:31 pm |
Replies: 4 |
Views: 2699 |
|
|
Is there a place where NuSphere accepts suggestions?
Your nearest trash can. Or, sometimes, here: https://shop.nusphere.com/customer/support.php or here: http://forum.nusphere.com/feature-request-f ...
|
Fri Jul 12, 2013 11:12 am |
Replies: 4 |
Views: 2699 |
|
|
PhpED requires that each node be on a new line, or so I've noticed.
So this:
<div><p></p></div>
Would need to be this:
<div>
<p>
</p>
</div>
...
|
Fri Jun 28, 2013 4:12 pm |
Replies: 5 |
Views: 2248 |
|
|
I usually use Alt+Left or Alt+Right to go to another file. Though, that might not be exactly what you're looking for.
|
Mon May 27, 2013 4:49 pm |
Replies: 4 |
Views: 3174 |
|
|
+1
|
Thu May 09, 2013 9:39 pm |
Replies: 8 |
Views: 4809 |
|
|
I've found the PhpED team to be less than ideal when responding to issues we have (see how I left the quotes off of issues, here?).
Resetting the IDE to default settings, using a fresh project, etc ...
|
Thu May 09, 2013 9:27 pm |
Replies: 24 |
Views: 12616 |
|
|
I'm not entirely sure, but the source for LESS is freely available (albeit written in JavaScript) here: https://github.com/cloudhead/less.js
|