Any [Core] developers using PHPStorm...?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
mlcrane
Posts: 27
Joined: 21 Apr 2011, 08:21

Any [Core] developers using PHPStorm...?

Post by mlcrane »

Specifically, are any of the "Core" developers using PHPStorm and willing to share their code style settings for MantisBT? If one of you is already using 'Storm and has the MantisBT style applied, saves me "re-inventing the wheel" so my development work meets the style guide. Otherwise, I'll get on with making something (close) to the official style guide.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Any [Core] developers using PHPStorm...?

Post by atrol »

I am using PHPStorm, mainly because of it's static code analysis functionality.
I don't code that much (hardly any time for it) and don't have any preconfigured code style settings.

One of the core developers just started to write rules for PHP CodeSniffer.
From dregad https://github.com/mantisbt/mantisbt/pull/806
As a side note, during my vacation, I started playing with PHP CodeSniffer. I created a ruleset to try and match our coding guidelines, including a few custom Sniffs for our specific style. This is not quite ready yet, but when it is it should integrate quite nicely with this build.
PHP CodeSniffer can be integrated to PHPStorm
https://www.jetbrains.com/help/phpstorm ... -tool.html

At first sight it seems that having PHP CodeSniffer rules would be quite good as it can be used on command line, during build process, as a Git hook and in PHPStorm.

You should also write to the developer mailing list and/or the Gitter chat to get some more feedback
https://www.mantisbt.org/mailinglists.php
https://gitter.im/mantisbt/mantisbt?source=orgpage
Please use Search before posting and read the Manual
Post Reply