0
votes
1answer
27 views
JetBrains WebIDE: PHP variable type hinting?
Is there a way to hint WebIDE that a variable has some type?
I have to iterate an array of objects, and there's no auto-completion available.
This helps in ZendStudio:
/* @var ClassName $object */
…
7
votes
14answers
1k views
What is your favorite use of Resharper?
I've been trying resharper casually for about a week, without delving into it too deeply. What I've found useful so far is the ability to eliminate redundant Using statements, ToString() calls, and …
0
votes
1answer
61 views
Meta Programming System Tutorials
I have recently downloaded Jetbrains' Meta Programming System and am impressed. However, I would like some materials/tutorials that help put it to practical use. Does anyone know where i might find …
0
votes
1answer
48 views
Is MPS (a meta-programming language) worth looking into?
Another project from Jetbrains, their new issue tracker Charisma was written entirely in MPS. Is the concept useful/practical, or is it too soon?
1
vote
5answers
593 views
TeamCity forgotten admin password - where to look?
I need to recover/reset the admin password for JetBrain's TeamCity.
I have full RDP access to the server so no problems there. It's just been 2 months since we used it so now I have forgotten my …
3
votes
10answers
665 views
What do you think of “RubyMine”.
Jetbrains has just released a "public preview" of a Ruby IDE called RubyMine
The roadmap follows:
Nov 1 - Public Preview Release
Nov 10 - EAP Opens
Q1 2009 - RubyMine 1.0 Release
May 28 '09 - …
0
votes
9answers
743 views
IDE Favorite Features Comparison (VS/Eclipse/IntelliJ/Others…)
I've been a Microsoft developer since VB 3, and always considered Microsoft development tools to be the best on the market. However, having used Eclipse for Java development over the last few months, …
