Adrian Grund
- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 39
-
创建于 Classes not found anymore
Hello,today I downloaded new phpStorm EAP 121.272.Classes are not found anymore.... when I include a class, it seems, that the file is recognized. But The classes inside of this file are not found.... -
创建于 phpStorm 5 - cannot enter license
Hello,tried out new phpStorm 5. I cannot enter my license key.... the ok key is not highlighted....Thank you, Adrian. -
创建于 Displaying subversion properties as echo in php-script
Hello,subversion (svn) in phpstorm is very fine.I installed youtrack and teamcity - perfect.When commiting to subversion my php files in phpstorm are updated with subversion properties in the comme... -
创建于 javascript: .scrollLeft(); - Method expression is not of function type
Hi there,when I use the following jQuery javascript snippet in my code, the code works fine:controlScrollLeft = $('#' + outerID).scrollLeft();(controlScrollLeft variable keeps the pixels given by s... -
创建于 Javascript - cross-file - function - access
Hello.I organized my javascript functions in separate files.Let´s say I have a file fileA.js that contains the following function:var fileA = (function fileA() { "use strict"; function a1() {... -
创建于 Javascript - Calling a function in different file - JSLint error
Hello,in a big php / javascript project I splitted my javascript function libraries to different files, like js_tools1.js, js_main2.js etc..When I call a function from js_tools1.js out of js_main2.... -
创建于 print php code and methods
Hello,I document my code with phpDoc.Does one know if it is possible to1) Print out e.g. all methods with parameters of a class from within phpStorm?2) Print out Code of a class using a standard pr... -
创建于 </div> not identified as html
Hello.I often use statements like:echo "<div>";$a = "hello world";echo $a;echo "</div>";(Not as trivial at this example above, just more complex, but just to show...)Ok, so phpStorm finds the <div>... -
创建于 Best practice - combine html css and php
Hello,maybe this was discussed some times, but I am still not sure what would be best practice using phpStorm.Let´s assume the following two line sof code:1)if ($a === true) {$image = 'image1.png';... -
创建于 Automatic renaming of local variables
Hello,is there any feature in phpStorm (or planned) about an automatic renaming of e.g. local variables?I think keeping a good syntax and names declaration is neccessary for good code. For those of...