A. Irniger

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
-
A. Irniger created a post, AnsweredKeyboard-shortcuts for merging conflicts
In IntelliJ's conflict resolution tool, is there a way to trigger the actual merge actions by keyboard, which are usually triggered by clicking the chevrons/"x-es" by mouse? I don't want to use the... -
-
-
A. Irniger created a post, TypeScript error when multiple type-definitions are available
Hy there,assume we have a simple react-component as given below:TestComponent.ts/// <reference path="./react.d.ts" />import React = require("react");interface State { email: string; pw: strin... -
-
-
-
A. Irniger created a post, eslint's ecmaFeature "objectLiteralShorthandMethods" not working
When I run eslint on the commandline, everything works as expected. But in Webstorm, I get errors for example due to shorthand-methods in a jsx file. I have installed eslint as described in the Web... -
A. Irniger created a post, Stylus indentation broken by automatic formatting when using @extend and a pesudo-selector
When I take for example the following stylus definition and I do a "Reformat Code" or I just copy this snipped into another stylus file, it will remove necessary indenting:form-info-text-line @e...