Geoff Hoffman
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Geoff Hoffman created a post, Is there any mechanism for making multiple actions with a single click or project macros?
For example after a PR is merged and I'm on my now stale/merged/feature branch that was just merged to main, I want to: git checkout main git pull Or another example would be while working on a f... -
Geoff Hoffman created a post, Why is PHPStorm not able to understand nullish coalescing operator in Javascript when set to ES6+ / Flow?
I am getting a warning from ESLint: Not sure where this setting is or why PHPStorm seems to think this Javascript code has an error. It's valid Javascript, using the nullish coalescing operator. I... -
Geoff Hoffman commented, -
Geoff Hoffman created a post, PHPStorm 2021.1 is no longer aware of built-in functions
With the latest update, PHPStorm on Windows 10 has lost the ability to tell me about all the built-in functions, and now sees these as missing language features. I get a lightbulb on the sideb... -
-
-
-
-
-
Geoff Hoffman created a post, AnsweredHow to Ensure Always LF not CRLF on Windows
I am using PhpStorm 2016.2.2 on Windows 10 and want to only ever have Unix line feeds. This doesn't seem possible, or it's broken, or I've missed some fundamental setting somewhere. I followed the...