Leo Burov
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created How to link .bash_profile to internal terminal
One way I'm aware of doing this is to use Tools > Create Command LIne LauncherAnother way, if you are on a mac, which is somewhat similar is typing something like this in terminal: open /Applicatio... -
Created Is AppCode not available to IntelliJ Ultimate?
It is not on the comparison chart, and that would make it the odd one out. If so, then is it in the plans to make it available as a plugin for the Ultimate ed?I'm contemplating upgrading to Intelli... -
Created How can one use jsdoc for class constructors?
Hi,This may be just a general question, but since I'm only concerned with the way it works for the webide I wanted to ask here.I'm trying to document a class constructor in such a way that its para... -
Created Debugging and intergrated testing with Jasmine on Node
Hi,I've been experimenting with this for some time and though I'm yet to come up with anything that I'm happy with, I'm definitely more happy with the solutions I have, compared to running jasmine-... -
Created Finishing the search in the settings dialog
Hi, I have another silly question. Using phpstorm for two years now I'm still to figure out how to accept the selected search result in the settings dialog.My difficulty begins something like this... -
Created How to re-associate with a different file type
Hi, I accidentally associated an extentionless file with a wrong type, as a bash script instead of a js file, and now the option to associate the file has disappeared. How could I fix this? Thanks! -
Created Nodeunit with a jasmine adapter: "Please specify test directory correctly" error.
Hi,I've set up a node.js plugin, and followed http://blog.jetbrains.com/webide/2011/12/waiting-for-approval-run-nodeunit-tests-with-webstorm-3-0/ this post to set up node unit.I have set a run conf... -
Created Are there any directives to ignore code during indexing?
My situation is simple:I am unit testing a php class calles \space1\A. Class A has a member class called \space2\B. I wish to stub class \space2\B and so my unit test file for class \space1\A looks... -
Created PHP introduce and change namespace refactoring options
Hi,Lets say I have a class in the global namespace and wished to move it to a file in a local one. Or if I had it in one namespace, e.g. \a\b\c and wanted to move it to another, e.g. \a\e\g\f.Is it... -
Created Inconsistent indentation problems in Javascript and PHP
Hi,I'm wondering what settings I'm missing, or if these are bugs:Best demonstrated through some examples:Javascript - various constructs// problems with variable declarations and function call para...