David Rees
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 53
-
Created Deployment mappings, PHP Server mappings, and JS Remote mappings, oh my
It feels to me that a some refactoring is needed around servers and mappings...For JS, debug mappings are defined at the JavaScript Debug Remote configuration level (attachment mwsnap120.png).This ... -
Created JS autocomplete not working across files?
Now that I have autocompletion working with JSDoc, I am now trying to get the autocompletion working across files. I can autocomplete within a file, but it doesn't seem to work in other files.Below... -
Created Autocompletion for member functions parameters
It's taken me a while to figure it out, but I now have autocomplete working for variables and global functions parameters using explicit JSDoc. But I don't seem to be able to figure out how to get ... -
Created find in path causes out of memory
So I think I am looking at a bug. I have noticed a few times that using find in path can really slow down WebStorm, but I think I just found a simple way to reproduce it. In particular I now can ea... -
Created add usage scope meta field to actual files
The new usage scope functionality is a good idea (http://blogs.jetbrains.com/webide/2010/11/working-with-javascript-libraries-in-phpstorm-webstorm/), but using the option to set all of it is a bit ... -
Created install error - webstorm.exe access denied
When installing the latest patch I get an error that webstorm.exe access is denied (see pic below). I can proceed, but there is no indication that will result in a proper install. At the end of the... -
Created Debugging Firefox Extensions
I asked in the IDEA forum if it's possible to debug Firefox Extensions (http://devnet.jetbrains.net/thread/291548). I haven't received an answer there, but I believe the current answer is you can't... -
Created Opening file using command line doesn't map to right window when using multiple projects
If a file is opened using the command line, WebStorm/IDEA should check all of its windows to see if that file is open in any of them. If it is already open in an existing window then IDEA should br... -
Created use separate firefox instance
I would like to use a separate firefox instance for my debugging instance (a pretty standard development approach I believe). I can't debug in my main Firefox instance, there is just too much going... -
Created How to use IntelliJ to develop and debug Firefox extensions
Is it possible to use IntelliJ to debug Firefox extensions? Essentially I want functionality like ChromeBug (http://getfirebug.com/wiki/index.php/Chromebug_User_Guide).Thanks,dave