Mike S

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Mike S created a post, Stop Indenting After Closing HTML Tags
How can I get PhpStorm/WebStorm to stop indenting after closing HTML tags?For instance, if I type this any of these tags:<!DOCTYPE html><link rel="stylesheet" href="/path" /><script src="/path"></s... -
Mike S created a post, False Error Reporting on JavaScript Strings
Why does WebStorm/PhpStorm report the following JavaScript variable declaration as an error:var labelOpen = '<label for="remove-search-';The variable will be combined with labelClose to complete t... -
Mike S created a post, Will PhpStorm 2.1.5 Still Work if I Install 3.0?
PhpStorm 3.0 looks terrific - can't wait to try it out.Will PhpStorm 2.1.5 continue working fine even with PhpStorm 3.0 installed on the same PC?I'm in the middle of a project and would like to mak... -
Mike S commented, -
Mike S created a post, Display Project View and Favorites View Together?
Is it possible to display the Favorites View without closing the Project View?Would be great to see the files I've marked as Favorites in a Tool Window beneath the full Project View.As far as I can... -
Mike S created a post, Undefined Fields in Code Inspection - Zend Framework
Has anyone found a good solution for all of the erroneous "undefined field" flags that PhpStorm 2.x displays in Zend Framework code -- without having to add docblock annotations everywhere?In Zend ...