Adezoysa
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 27
-
创建于 Hard wrapping inside strings
Right now Phpstorm soft wraps my code but I would like to be able to keep strings withint 80 characters in the source code too. Pressing ENTER does this but introduces a lot of spaces from automati... -
创建于 Getting DTL help for GraphQL with JS GraphQL plugin
JS GraphQL, a Phpstorm plugin, defines its configuration like shown here: https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/docs/developer-guide.html I wrote a shopify graphql query ... -
已编辑于 Serverside code colors not as useful
Normally the editor color scheme uses pink text for properties. Below you can see this does not happen: https://nimb.ws/ScWsgx Also functions should be yellow-orange, core functions like consol... -
创建于 Wordpress framework integration seems to be ignored
In Languages > Php > Frameworks I've selected Wordpress and set the install path to the wordpress directory that contains the install folder (and has wp-config.php and everything else). This folder... -
创建于 Forcing a project to use Wordpress settings
When I open a project from the wordpress folder's root, I am given the option to load Wordpress configurations in Phpstorm. When I open the plugin folder, I am not given this option. I lose out on ... -
创建于 Xdebug not connecting
System: Phpstorm 2019.1Lubuntu 18.04Php 7.2Xdebug 2.6Apache2Steps taken:* Check the php 7.2 config file path: /etc/php/7.2/cli/php.ini * Verify installation of Xdebug: It is seen in terminal (php -... -
创建于 function expressions don't have horizontal rules
I notice only function declarations receive automatic horizontal rules right above the declaration. Any way to have those appear for function expressions as well?