Adezoysa
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
Created 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... -
Created 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 ... -
Edited 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... -
Created 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... -
Created 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 ... -
Created 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 -... -
Created 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?