Digory Doo
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
Digory Doo 创建了一个帖子, TypeScript inspection 'Unused parameter': Is it possible to ignore parameter names starting with underscore?
The inspection warns me when I define a function that doesn't use one of its parameters. ```const fn = (n: number) => {}; ``` That's cool. However, sometimes I want to deliberately declare a functi... -
-
Digory Doo 创建了一个帖子, Stop WebStorm from inserting comment template?
I'm evaluating WebStorm. I'm a quick writer, and I don't always look at the monitor when typing, that's why I usually disable all the automatisms in editors. I can't seem to find the switch for the... -
-
Digory Doo 创建了一个帖子, Error with type aliases [TypeScript]
I have a project that compiles without errors with the official TypeScript compiler and runs without errors, too. One of the (external) modules exports type aliases like this:export type EventCallb...