Adezoysa
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 27
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Migrate settings from Phpstorm?
Hi, is it possible to migrate my settings from Phpstorm into Webstorm? -
创建于 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 ...