Scott Sauyet
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Scott Sauyet commented, -
Scott Sauyet commented, -
-
Scott Sauyet created a post, Setting $Projectpath$
I have projects that are created from existing source and for which I would like to run external tools. The trouble is that the external tools are now hard-coded to certain paths, but as I start r... -
Scott Sauyet commented, -
Scott Sauyet commented, -
Scott Sauyet created a post, Don't reformat indentation on chained method call with inline function
I'm trying to get WebStorm not to reformat Javascript that looks like this:obj.method(function() { doSomething();}).chainedMethod();into this:obj.method( function() { doSomethi...