Questions tagged [phpstorm-2016.1]

The successor to PhpStorm 10. It was released on March 17, 2016. Use this tag for version-specific issues relating to specifically to PhpStorm 2016.1

PhpStorm is a commercial, cross-platform IDE for PHP built on JetBrains' IntelliJ IDEA platform.

Major frameworks supported

PhpStorm is perfect for working with Symfony, Drupal, WordPress, Zend Framework, Laravel, Magento, Joomla!, CakePHP, Yii, and other frameworks.

All PHP tools

The editor actually 'gets' your code and deeply understands its structure, supporting all PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more.

Front-end technologies included

Make the most of the cutting edge front-end technologies, such as HTML5, CSS, Sass, Less, Stylus, CoffeeScript, TypeScript, Emmet, and JavaScript, with refactorings, debugging and unit testing available. See changes instantly in the browser thanks to Live Edit.

Built-in developer tools

Perform many routine tasks right from the IDE, thanks to Version Control Systems integration, support for remote deployment, databases/SQL, command-line tools, Vagrant, Composer, REST Client, and many other tools.

PhpStorm = WebStorm + PHP + DB/SQL

All the features of WebStorm are included into PhpStorm, and full-fledged support for PHP and Databases/SQL support are added on top.

20 questions
12
votes
4 answers

Install custom color scheme in PhpStorm 2016.1 on Mac OSx

How do you install custom color schemes in PhpStorm 2016.1 on Mac OSX? Previous versions you'd place an xml file in a directory like ~/user/webide900/colors and PhpStorm would pick it up and make it an option for you in the settings to switch to one…
brs14ku
  • 346
  • 1
  • 2
  • 14
1
vote
1 answer

SCSS variables alignment in PhpStorm

How to easily format fragments of code like the one below in PhpStorm? before: $some-var-1: 0; $some-longer-name: 1px solid true; $some-variable: 3px; .className { border: $some-longer-name; padding : $some-variable; } …
Ryan203
  • 13
  • 5
1
vote
0 answers

How to automatically download files from FTP server with PhpStorm?

I use a PHP IDE : PhpStorm, for my web project. The problem is I must download each files when I begin to develop. Is there a solution who allow download files from FTP server automatically when I change file?
MasterSinge
  • 665
  • 3
  • 9
  • 22
1
vote
1 answer

PHPStorm plugin query

I have the following line of code in an AngularJS project $scope.listOfServices = ([].concat(...arrayOfResults.map(item =>item.data.trainServices))).filter(item => item); This code works perfectly, however PHPStorm is kicking off saying its full of…
MOLEDesign
  • 488
  • 8
  • 20
1
vote
0 answers

PhpStorm not synchronizing new local files

I have a large project with multiple repositories. Whenever I create a new file in one of my repositories with a build tool like gulp or webpack I don't see any changes show up unless I manually right click my root directory and click synchronize…
Stephan-v
  • 19,255
  • 31
  • 115
  • 201
1
vote
1 answer

PhpStorm type recognition/suggestions

Is there anything I can do to get PhpStorm (2016.1) to recognize types outside the "new X()" scope? SomeClass.php: class SomeClass { public function DoMagic() { echo "doing magic"; } } DummyClass.php: class DummyClass { protected…
Buffalo
  • 3,861
  • 8
  • 44
  • 69
1
vote
1 answer

PhpStorm can't remember the Opening project in a new window setting

I'm not sure if the functionality has been disabled in the latest version but just to double check, I'm NOT seeing the "Remember do not ask again" option when I open another project in PhpStorm. This is causing PhpStorm to ask me again and again if…
supersan
  • 5,671
  • 3
  • 45
  • 64
1
vote
0 answers

Rule CloseBraceAfterBody of PSR2 can not be autofixed from PhpStorm

In my projects I apply the PSR-2 code styling rules and I use Codesniffer to check my code through Continues Integration. I use PhpStrorm to write my code and PhpStorm has a functionality to reformat the code before commiting or while writing your…
gmponos
  • 2,157
  • 4
  • 22
  • 33
1
vote
2 answers

How to recover PHP artisan make auth

I designed an HTML document in PhpStorm version 2016.2, in Windows 10. The framework that I work with is Laravel. Unfortunately, I designed the HTML doc on welcome.blade.html. After I did my whole job in PhpStorm in the Laravel framework, I wanted…
1
vote
1 answer

PhpStorm does not detect my PHP 7 remote interpreter

So I'm using PhpStorm 2016.1.1 and I've been using a PHP 5.6 remote interpreter since I've started using this IDE. The "remote" refers to a web dev server I have on my personal network. So before my issue, I had the following the configuration: As…
Raph Petrini
  • 168
  • 13
1
vote
1 answer

PhpStorm 2016.1 Theme issue

Kindly tell me how to change its pointed section in image change back to default.
1
vote
1 answer

Imposible to start PhpStorm 2016.1 after update

I've just update PhpStorm to v2016.1 and I can't start it, it is crashing from start... Here is the error log. Internal error. Please report to http://jb.gg/ide/critical-startup-errors com.intellij.diagnostic.PluginException: cannot create class…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325
0
votes
3 answers

What is the shortcut key to show/hide tool buttons in PhpStorm?

I am unable to find the shortcut key for this button. And as I do not know the name of this button I cannot search for it.
0
votes
2 answers

Work from different pc's on a project located in localhost using phpStorm

We are a team of 4 web developers working at the same time on a project located in localhost [each one of us has a copy of the project]. So what we are doing is using a really primitive technique to upgrade it, we work on our copy and once per week…
KarlsMaranjs
  • 311
  • 1
  • 9
0
votes
1 answer

PhpStorm disable hints after typing, enable method parameter hints

It's driving my crazy that every time I type a comma and than hit enter, some hinted method is inserted into my code because PhpStorm thought it should display a code hint. I only want hinting when I'm typing a variable or a method name, is this…
user936965
1
2