JetBrains PhpStorm is a commercial IDE for PHP built on JetBrains' IntelliJ IDEA. PhpStorm provides an intelligent editor for PHP, HTML, CSS and JavaScript with refactoring and on-the-fly code analysis.
0
votes
0answers
9 views
adding custom js libraries to webstorm / phpstorm
so i just started using webstorm & phpstorm. i use head.js is almost all my larger javascript apps. in my main.html file i use a script tag to load head.js, and pass all the other js files i need ...
0
votes
1answer
12 views
Can't get Terminus to work with PHPStorm
The original Terminus just does not appear available in PHPStorm.
I tried installing Terminus.ttf but this one has different sizing and literally broke the look and feel of the whole system (e.g., ...
-1
votes
0answers
20 views
Downloading only changed files via phpstorm deployment FTP
I've been working with Phpstorm recently and am really liking it but I can't seem to find a way to only download changed files when using the FTP remote server. In this case I'm using a very large ...
2
votes
1answer
30 views
Debug Yii console application in PHPStorm
PHPStrom is a great IDE. I really like it. But I bumped into an issue. I can't find instructions how to configure debugging for Yii console application.
I set debugging for Yii web application and it ...
0
votes
1answer
17 views
phpstorm: change colour of current search match
I want to change the colour of the current match when searching, as the scheme I'm using (Heat of the Night) doesn't stand out very well (black on grey).
In Editor -> Colors & Fonts -> ...
0
votes
1answer
19 views
Code hinting method properties in PhpStorm
Suppose I have the following class:
namespace Acme\SuperBundle\Resources;
use \DOMDocument;
/**
* Class XMLAnswerParser
* @package Acme\SuperBundle\Resources
* @author Quant
* @param \DOMDocument ...
-1
votes
0answers
23 views
PhpStorm 6 and MAMP Connecting to MySQL Server [closed]
I have a MacBook Pro and I am using PhpStorm for my php development. I am having trouble connecting to my MySQL database that I have set up with MAMP. My question is should I still be using MAMP with ...
0
votes
0answers
27 views
Exclude folder from search but not from the project list
I have a few different project with the same core.
All I need is to mark all not current projects as excluded to avoid searching through them (simple search, shift + cmd + n etc.)
In other words I ...
0
votes
1answer
38 views
How to proper configure PHPunit in PhpStorm
I have a problem with configuration of PHPunit in PHPStorm.
I'm using Windows7 as OS and mostly Zend Framework 2.
Here is a structure of my project:
/module
/Application
/tests
...
1
vote
1answer
25 views
Jetbrains / Intellij keyboard shortcut to collapse all methods
I'm working on some legacy code that has a class that is 10,000+ lines of code and has 100s of methods. Is there a shortcut for any jetbrains IDE (since the shortcut would likely be shared across all ...
0
votes
0answers
31 views
XDebug: how to debug remote console application?
I have read this docs: http://xdebug.org/docs/remote
I can debug my web application.
But the debugger doesn't launch for console command.
My .ini file for XDebug (it works):
$ cat ...
1
vote
0answers
29 views
Can phpstorm suggest variables from included files?
I have included some files in my php script using include and I am using variables and functions defined in my included files. Is there any way to configure PhpStorm in such way to show this kind of ...
1
vote
1answer
22 views
Issue using PhpStorm along with WebStorm
I just started using PhpStorm and WebStorm and I am working on the same directory with both. The problem is that each time I switch between windows, I am prompted for reloading the project because ...
0
votes
2answers
47 views
How to write PHP functions to make them available to use across the IDE (PhpStorm)
As asked in question, by using the CodeIgniter PHP MVC framework, what should I do to make my functions in MODELS to be available to use in CONTROLLER with a dropdown or the suggestion box which ...
1
vote
2answers
23 views
How do I correctly setup the scss file watcher in PhpStorm?
I have it working, but with these settings it takes quite a while until the change comes through in PhpStorm. If I get rid of the ../css/ part of the argument string then it creates/updates the css ...
1
vote
1answer
41 views
Is it possible to get Ruby syntax highlighting in PHPStorm?
I found this but honestly not sure how to install it or whether it applies. Thanks!
1
vote
1answer
23 views
PHPStorm - show all errors on inspection
PHPStorm newbie question.
I'd installed PHPStorm yesterday and was very impressed. It identified countless small issues with my code, like referencing non-static classes statically - I loved that it ...
1
vote
1answer
37 views
Simpless (popup window after automatical compile LESS to CSS)
i'm using PHPStorm 6 and Simpless for compile LESS to CSS.
I have set LESS as File watcher in IDE. Everything is fine and compiling works.
The problem is when i make some changes to the .less file, ...
1
vote
1answer
33 views
phpUnit code coverage on interfaces shows no success
Currently I am doing a whitebox test so the parent class and all interfaces are tested. This covers them all so I add the doc comment:
/**
* @covers ...
0
votes
0answers
33 views
PHP_Uml to XMI to UML Diagram on Ubuntu / Linux
I am using the PHP_Uml pear package and I created a XMI in version 1 and 2.
Unfortunately ArgoUml does not parse the XMI 1 correctly, and the XMI 2 always fails with the "new" argo.
phpuml . -x 1 -o ...
0
votes
0answers
56 views
Xdebug on server can not connect to my computer
I am using PhpStorm for development in Windows 7. I am trying to setup xdebug.
I installed xdebug to server by using pecl.
I added these codes to php.ini
...
0
votes
1answer
25 views
Exclude folders by name in IntelliJ Idea PhpStorm
Is there a way to exclude / hide folders by pattern or name in PhpStorm, other than excluding them one by one with their full paths?
I got about 200 dreamweaver _notes folders in the project (one ...
0
votes
0answers
51 views
Phpshtorm not see xdebug but it install
PhpStorm not see xdebug but it install. In browser all xdebug works fine. Where is the problem?
Connection with 'xdebug' was not established. Validate installation.
php.ini
[xdebug]
...
0
votes
0answers
35 views
make phpstorm structure view not autoselect the first item
So I'm using Jetbrains PHPStorm and I want to enable the Autoscroll feature in the "Structure" view such that if I click on a function in the structure view it will automatically scroll to that ...
0
votes
0answers
84 views
PhpUnit failing in PhpStorm w/ exit code 255 in Symfony 2 project
I'm having trouble getting phpunit working inside of a Symfony project in PhpStorm - phpunit -c app works fine in the OSX terminal.
Here is the error:
Unable to attach test reporter to test ...
3
votes
5answers
78 views
where to find PHP output / log
I am a beginner web developer, specifically, with PHP and some front-end techniques (HTML,CSS,JS/JQuery). I found in some situations, it's quite difficult find the bugs in PHP code. Here is one of ...
0
votes
1answer
30 views
Highlighting PHP-Code in CSS
How can I enable recognizing and highlighting of PHP-code in CSS files in PhpStorm?
The files are named *.css and not *.php. I cannot change them (restriction/dependency on the ...
0
votes
0answers
59 views
Phpstorm 6's bug : It's horizontal scroll bar is not long enough
Why Phpstorm 6's horizontal scroll bar is not long enough ?
And it always automatically jumps to the front part!!!
I'm just freeking out.
My OS is Windows 7
IDE setting is settgings.jar
1
vote
0answers
108 views
Breakpoints not hit with xdebug, PhpStorm and Laravel 3 / mod_rewrite
I'm pretty desperate and running out of ideas:
I've configured xdebug and PhpStorm for a Laravel 3 project. Running the project locally on Mac OS X Apache, so PhpStorm and the web application run on ...
0
votes
0answers
30 views
xdebug doesn't show php errors in the console
I'm coding PHP with PhpStorm as the ide, and xdebug
I would like to see php errors / warnings when encountered during debugging.
Before, I used to use zendbuger, and the errors were shown in the ...
0
votes
1answer
29 views
How to set font of class names and methods in phpstorm
I want to set font of class names and class methods as bold. Only for that two items in any language. But it seems that each language specific class names are inherited from "Identifier" item but not ...
1
vote
2answers
87 views
PHPStorm IDE TypeScript File Watcher
By default in PHPStorm 6 the compiled *.js are created in the same folder than the *.ts files.
What I need is that the compiled *.js and *.d.js be in a different subdirectory than the same of the ...
0
votes
1answer
30 views
How can I save project specific settings to its own `.idea` folder?
I have two projects, one base on Drupal and the other base on Zend Frameworks, So they use different code styles.
I open two windows for each project. When I changed Drupal project settings to ...
0
votes
0answers
32 views
Phpstorm creating random diffs that I did not make
So I'm using Jetbrain PHPStorm....I'm also using git as my VCS
so I go to certain files and make some changes...However, for some reason, PHPStorm would also automatically create other diffs that I ...
0
votes
1answer
42 views
Git checkout deploy changes over ftp
I work on local with a remote web server, putting files over ftp.
Is there a way that when I checkout a branch, the changed/deleted files will be updated automatically to the ftp deploy server?
0
votes
0answers
96 views
PhpStorm and EasyPhp
I just started using StormPhp,
and i wanted to use EasyPhp, whenever i want to run an application, it asks me to Edit the configuration, and i get an
error : "PHP interpreter is not ...
0
votes
0answers
33 views
Any way to deploy database in PhpStorm?
I can deploy files via FTP to the remote host. Is there any way to deploy database along with files? I use a CMS so when I change something in the control panel it'll be written to the db. I don't ...
0
votes
1answer
41 views
Define parameters in JSDoc for inline anonymous functions
If I define the function as a variable object, then PhpStorm will show the auto-complete for the item parameter.
/**
* @param {Rules.FolderGroupItem} item
**/
var ...
0
votes
0answers
25 views
How to configure phpstrom to read-write files?
I have a project that is owned by some user. When I run pstorm . on my console as a root, I am told the the config path is not set properly. If I run this command with my custom user, (the one I used ...
3
votes
2answers
133 views
Error when I try run PHPUnit from PhpStorm
I have little problem when I'm trying to run PHPUnit test in IDE PhpStorm.
I use composer file which looks:
{
"require": {
"phpunit/phpunit": "3.7.19"
}
}
Now when I run test I ...
2
votes
2answers
254 views
PHPStorm: How do I setup LESS to output to CSS directory with file watcher?
How do, using File Watchers in PHPStorm do I set up LESS file watchers output path to do this:
I want:
/project/path/less/dir/file.less
to output to:
/project/path/css/dir/file.css
or
...
0
votes
1answer
58 views
variable highlighting no longer occurring in phpstorm
Normally in PHPStorm if I click on a variable, other instances of that variable will get highlighted.
However, I somehow made changes to the settings, and for some reason led to this not happening ...
0
votes
1answer
43 views
Phpstorm bookmarks/breakpoints are not showing up in favorites tool
According to this: http://www.jetbrains.com/phpstorm/webhelp/favorites-tool-window.html
The lists of bookmarks and breakpoints are filled in automatically, as
the new bookmarks or breakpoints ...
1
vote
1answer
54 views
turn off autocomplete in phpstorm
Right now if I type in $ into Jetbrains PhpStorm IDE, it will display a whole bunch of suggestions (eg. variables that have already been declared, etc) which slows down my typing.
Is there a way to ...
3
votes
1answer
34 views
PhpStorm and expanded php definitions
Using code hinting, PHPStorm can show me quick function definitions; can it be configured to show me more detailed examples of the function's use?
1
vote
0answers
50 views
PhpStorm change Project Files font
(using PhpStorm v6.0, the last one)
In Settings Editor > Colors & Fonts > Font one can easily change the font of the code being displayed right side of the editor.
But I don't see in the ...
3
votes
2answers
63 views
PHPStorm / Webstorm, how to open a file with the associated program
I am a new user of Webstorm/PHPStorm. Before this IDE, I used Netbeans.
To open a .xds file, that is a kind of text file that you can open it just like a .js file
and edit it in the editor.
In ...
1
vote
0answers
135 views
PHPStorm 6 and Symfony 2 Wrong code completions [closed]
I'm having a problem with PHPStorm with Symfony 2.2
I have the framework setting set to Symfony2. In a controller when I type
use Request
The only two suggestions are:
...
0
votes
1answer
25 views
How to specify web root in already active project?
I opened project by using File -> Open Directory.
Now I wonder how can I specify web root URL now?
It's my localhost.
2
votes
1answer
45 views
autocomplete constructor in phpstorm
Is there a way for PhpStorm to autocomplete a constructor as soon as I start a new class? (I've seen a video where this can be done in Netbeans, for example)
