Adezoysa
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
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 ... -
Created Horizontal alignment problem
A single multi line import statement causes all other short import statements to use 2 lines instead of horizontally aligning nicely as before. Is there any fix to this behavior? -
Created refactoring variable names to catch everything
I attempted to refactor a variable using 'refactor > rename'. I first selected the preview option, and then ok'ed the changes. The variable names were changed in 2 files as expected. However one fi... -
Created Live template with filename and line number
Hi, I would like to create a hotkey / live template that outputs the following: console.log('App.js:12', ) App.js:12 would be the actual file name and line number the cursor is on. Can Phpstorm...