Dan Dascalescu
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 22
- Subscriptions 33
-
Created Distinguish numeric keys from regular ones in key mappings
AnsweredI 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 ... -
Edited 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 ... -
Edited Use the old VCS local vs. remote commits display
AnsweredIn 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... -
Created 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... -
Edited 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... -
Edited Whitelist custom HTML elements in the AMP project
I work on the AMP HTML project, which has custom HTML element names such as "amp-img", "amp-install-serviceworker" or "amp-video". WebStorm highlights these as "Unknown HTML tag". Is there a way to... -
Created Remote debugging PHP without local source code? (truly "zero-configuration")
Is there a way in PhpStorm to not have to map the remote files to local ones when remote debugging? Komodo IDE can do this - it retrieves a read-only copy of the file from XDEBUG, without any mappi... -
Created Please implement a "Save single file" command
I know all the history about refusing to implement this command.However, new frameworks have appeared, like meteor, where saving all files at once can break the server. The use case I have is very ... -
Created [OT] Fix the forum editor
OffTopic - I coudln't find a specific place to post questions about this community itself.I've been using online forums since pre-Y2k. I've just registered here and posted some messages, using the ... -
Created Disabling autosave
I develop with meteor, which is an awesome web framework that supports live hot code pushes - that is, when a file in the project is updated, the meteor server updates the client, live - you don't ...