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