Michael Hunziker
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created File template with predefined file name
Hi all!I would like to create a file template for JavaScript unit test files.They all have the ending ".spec.js". In my file template I would like to predefine this file name ending.Somehow I need ... -
Created Is there a difference between IntelliJ 14 inspection and Webstorm 9 inspection?
Hi all! In our team we have some developers (Java / JavaScript developers) which are using InteliJ14 and some developers (only JavaScript developers) that are using Webstorm 9.Will we get the same ... -
Created Offline inspection does not work anymore in WebStorm 9 (in combination with Git integration plugin)
Hi!We just updated from Webstorm 8 to Webstorm 9 (WS-139.252), now the offline code inspection does not work anymore :(We get the following error. However if I disable the "Git Integration" plugin ... -
Created Jasmine 2.0 methods not recognized by Webstorm 8
Hi all!We have just upgraded karma-jasmine to the newest version (npm install karma-jasmine@2_0 --save-dev).It now uses Jasmine 2.0.However, Webstorm does not seem to recognize Jasmine 2.0 methods ... -
Created Webstorm Offline Inspection - only inspect uncommited files
Hi all!We're using Webstorm Offline Inspection together with Maven. We have created a script which starts the inspection with the following command:sh $WEBSTORM_PATH/bin/inspect.sh $PROJECT_ROOT $P... -
Created AngularJS template: unresolved function or method orderBy()
Dear all!I have the following code in my AngularJS application: <div ng-repeat="item in items | orderBy:'name' ">Now, Webstorm Inspection complains about orderBy:"unresolved function or method ord...