Dan Dascalescu

https://dandascalescu.com/about
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 16
-
Created Prioritizing fixes
For the past several months, I've been dealing with an annoying WebStorm bug that truncates the status message for no good reason. This actually impacts productivity, as I have to guess what warnin... -
Edited How can I hide the __proto__ field in Debugger -> Variables?
In probably 5+ years of using WebStorm, I have never, ever, found the `__proto__` field useful. It only serves to clutter the display, especially when navigating complex objects. Is there a way to ... -
Created Where is the "safe write" setting stored?
System settings -> Use "safe writes" interferes with many hot reloading systems and the like. It's easy to disable, but also easy to overlook for new WebStorm installations, or users who work on a ... -
Edited Redirect (or tee) Node.js output to file
I'm debugging a Node.js script that outputs information via console.log(). How can I set up the Run/Debug Configuration to `tee` the output to a file, but still see it in the Run/Debug panel? At th... -
Created Keyboard shortcut to navigate from Variables to the file being debugged
While debugging, I have the Variables panel open, and sometimes I need to copy values from there and paste in the code being debugged (e.g. in comments, or as test values). To copy a value, I press... -
Edited Get rid of "Unresolved function/method/variable" warning in Jest test files
I'm using Jest in WebStorm and can't figure out how to get rid of the grey squiggly underlines for `expect` and matcher methods: I couldn't find a Jest plugin for Webstorm, and setting up eslint-p...