Dan Dascalescu
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 22
- Subscriptions 33
-
-
Dan Dascalescu created a post, 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 created a post, 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 created a post, 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 created a post, 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... -