Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Ziyad Saeed
Follow
New posts
New posts and comments
Total activity
21
Last activity
January 18, 2016 06:14
Member since
August 26, 2009 19:38
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (5)
Comments (9)
Sort by votes
Recent activity
Votes
Created
August 26, 2009 23:08
yaml is also needed in php frameworks like symfony and flow3. what are php developers suppose to do?
Community
IntelliJ IDEA EAP Users
YAML support?
0 votes
Created
August 28, 2009 20:43
multiple use statements are also not workingexample codeuse My\Full\Classname as Another, My\Full\NSname;
Community
PhpStorm
use keyword isn't supported
0 votes
Created
August 27, 2009 22:01
it doesn't support instantiation of namespaced classesexamplenamespace my\name;class MyClass {}function myfunction() {}const MYCONST = 1;$c = new \my\name\MyClass;$d = namespace\MYCONST;
Community
PhpStorm
Namespace support bug
0 votes
Created
August 27, 2009 23:03
the structure tab doesn't know what to make of namespaces. It should show the namespace name as the root node of the tree. If the file has multiple namespaces then it should show multiple root nodes.
Community
PhpStorm
Namespace support bug
0 votes
Created
September 07, 2009 23:09
I have added an example on the trackerIts not html inside php string literals, but php inside an html file. When you use <?php ?> inside an html file.So i'm expecting i should be able to use <?php ...
Community
PhpStorm
Yaml support
0 votes
Created
January 11, 2010 07:55
looks like its already requested for IDEAhttp://youtrack.jetbrains.net/issue/IDEA-22106
Community
PhpStorm
Objective-J support
0 votes
Created
September 07, 2009 18:52
How about php in yamlSymfony framework uses php inside yaml to inject dynamic data
Community
PhpStorm
Yaml support
0 votes
Created
August 26, 2009 22:08
what am I suppose to enter for "Server Root" the root url like http://localhost or the C:\wamp\www directory.I think there should be a hint underneath it just like how Eclipse preferences are.
Community
PhpStorm
PHP debugging
0 votes
Created
August 27, 2009 11:52
How will you handle virtual hostI have one virtual host http://dev.flow3tutorial.local that points to http://wamp/www/flow3tutorial/weband localhost pointing to http://wamp/wwwSo i think the debug ...
Community
PhpStorm
PHP debugging
0 votes