Dan Dascalescu

- 活动总数 93
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 19
- 订阅数 32
-
已编辑于 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... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 "Cannot download @types/node: No @types/node versions available"
I've just upgraded my expired EAP to the current RC1, and for the same project, WebStorm now gives this error on startup: > Cannot download @types/node: No @types/node versions available There's no... -
创建于 Distinguish numeric keys from regular ones in key mappings
已回答I use a regular keyboard with a numpad, and the mouse right-handed. I want to assign Ctrl+NumericEnter to a function (bookmarks). That works, but the problem is that it's interpreted as Ctrl+Enter ... -
已编辑于 Shortcut key for excluding diff section from commit
In the Diff/Merge window, there are shortcut keys to navigate to the next/previous difference (F7 and Shift+F7 by default). Is it possible to assign a key to exclude the current lines/diff section ... -
已编辑于 Use the old VCS local vs. remote commits display
已回答In the latest EAP, the local and remote branches are separated, like this: I liked the previous display better, because I could see how far ahead my local branch is, vs. the remote: Now I don... -
创建于 Show milliseconds for Dates in the debugger / watches
I work with timestamps that have millisecond precision. Is it possible to display milliseconds for Date objects in the Debugger Variables panel? Right now Dates display their .toString(), and being... -
已编辑于 Automatically transpile TypeScript file before Run/Debug
I have server-side .ts files that I want to run and debug. I've followed the Running and debugging a server-side TypeScript application with Node.js guide, but was somewhat surprised to see that th...