Leo Burov
- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 17
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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-... -
创建于 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... -
创建于 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! -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...