Adezoysa
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
Created Custom horizontal rules
Hi, is there a way to custom add horizontal rules (lines) anywhere I want? I'd like to use it for visual separation. I know functions/classes automatically get them but I want to add my own. Ideall... -
Created Xdebug setup help
I'm having issues setting up Xdebug 2.7. Restarting Phpstorm 2019.1 does not show an Xdebug dialog. I'm on Lubuntu 18.04 with php 7.2.15 and Apache2. - Chrome debugger extension set to "debug" on ... -
Created Required file lints incorrectly
Below #couponImage seems not to be detected within the HTML script Also, this is a view file that is required into another PHP file where $imageUrl is defined. But Phpstorm doesn't detect this, lin... -
Created XDebug Config: Not able to "run"
First some setup: // terminalowner@G700:/etc/php/7.2/cli$ php -vPHP 7.2.15-0ubuntu0.18.04.1 (cli) (built: Feb 8 2019 14:54:22) ( NTS )Copyright (c) 1997-2018 The PHP GroupZend Engine v3.2.0, Copyri... -
Created Retain indent after closing ?> tag
Is there any way to retain indentation after a closing Php tag: ?> As it is now the following code, usually HTML, will lose all indent and start at the very left Phpstorm 2018.3 on Lubuntu 18.04 -
Created php-cgi not found
I have phpstorm 2018.3 and get this error repeatedly when trying to click on a browser icon. My php version is 7.2.15. The full error (bottom right) says this: Please ensure that configured PHP Int... -
Created 502 Bad Gateway on Lubuntu 18.04
I'm running Lubuntu 18.02 and get this error when trying to preview a php file in chrome: 502 Bad Gateway PhpStorm 2018.3.5 ------------------------------------------- Phpstorm edition is 2018... -
Created Defaults to wrong project
Ubuntu 18.04 with Webstorm 2018.3 I have 2 projects open. Switching virtual desktops and coming back always raises the wrong project to the top, requiring ALT + TAB to get to the other one. Any way... -
Created Migrate settings from Phpstorm?
Hi, is it possible to migrate my settings from Phpstorm into Webstorm? -
Created Redux dispatchers don't autosuggest
Is there any way to get a dispatcher mapped inside the mapStateToProps() object to autosuggest in Phpstorm? I have to type this.props.dispatchUpdateStateData manually each time. It lints correctly ...