Adrian Grund
- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 39
-
创建于 @noinspection for one line
Hello,is it possible to use @noinspection for just one line of code or for a special area in code?E.g. I would like to suppress error for the following: "Cannot resolve file path '$pathMiddle'.echo... -
创建于 Cannot delete file - filename starting with slash after using uml
Hello,yesterday I tried uml-diagrams for the first time in phpstorm.Now I have a big problem.After saving a diagramm to an uml-file I cannot delete the uml-file anymore.The problem is quite strange... -
创建于 phpStorm Cant use diagrams
Hello,when clicking the context button in a php file and focus on "diagrams" I only can select "show changes".Where is the option for see the diagram at all?Or do I have to use any 3-party tool...T... -
创建于 Xdebug proxy: Cannot connect to xdebug prox on ....:9000
Hello.I just tried out phpStorm EAP 3.When I tried to establish Debug on a remote linux server, phpStorm is not able to establish a conection with the xdebug proxy.I checked phpinfo: the newstest x... -
创建于 How to setup subversion.
Hello.As a newbie in linux I finally made it in setting up a working subversion server on my virtual server.I can checkout and commit using the prompt in the terminal, I have a svn user and a svn p... -
创建于 php with sql - cannot resolve tablename as variable
Hello,I really like to work with phpStorm becuase of the possibilities to combine php and mySQL with language injection.This works fine as long as I "hardcode" the mySQL part.Because I am working o... -
创建于 Refactoring - Reorder function members
Hello,I really like the "Extract" refactoring tool in phpStorm. It is working great!In my projects I often have a large amount of parameters in the methods header, likefunction test(a1, a7, a2, a9,... -
创建于 field checking
Hello,I have a question regarding "field checking".Lets have the following code:1. $sql = "SELECT a FROM my_table WHERE id=12";2. $result = $myagTools->mysql_query_routine($sql, $mydb_connection);3... -
创建于 Line warp / soft wrap
Hello,I love phpStorm.But the wrapping seems very complicated for me when editing php-files.Isn´t there any possibility for a "normal" line-wrap,that means, that after reaching e.g. 120 characters,... -
创建于 Undefined variables in included files in php
Hello,I am new to this forum, my name is Adrian.I have a question:When I use "Inspect code" in phpStorm on my php-Project, I get "Undefined variables errors" in files which are included by other fi...