Dan Dascalescu

- 活动总数 93
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 19
- 订阅数 32
-
Dan Dascalescu 创建了一个帖子, What bloatware made WebStorm 1GB in size?
I've just downloaded the latest EAP, and it's a scary 1 GIGABYTE large. ZIPPED.What in the world is in there? The size DOUBLED from two years ago. Do we really need all that junk?For example, why a... -
-
Dan Dascalescu 创建了一个帖子, Run linters on demand
As of 2025, is there a way to run ESLint on-demand, not as-you-type/live, and see the warnings and errors in the IDE?There have been requests for this feature since 2016 (or 2015 on SO), and WebSto... -
-
-
Dan Dascalescu 创建了一个帖子, Disable "Invalid type syntax" inspection, and generally - determining the inspection that caused an error
I'm developing a Google Sheets add-on written in Google Apps Script. For custom functions, Sheets echoes to the user the comment above the function, and I want to echo a string that's helpful to th... -
-
Dan Dascalescu 创建了一个帖子, How can I @link in JSDoc to a method in a class returned by an IIFE?
Due to JS runtime constraints, I need to use an IIFE that returns a class. How can I use {@link } in JSDoc to link to methods in that class? The normal syntax Class.method doesn't work. const Singl... -
-