Dan Dascalescu

- 活动总数 93
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 19
- 订阅数 32
-
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 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 ... -
创建于 [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 ... -
创建于 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 ...