jetbrains

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 casts. I guess in theory this should reduce the expense of my code-behind and dlls and such. What is Resharper best at, what justifies its co...

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 - RubyMine 1.1 Released Oct '09 - RubyMine 2.0 Beta I don't have much Ruby experience myself, but coming from the creators of IntelliJ IDEA...

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, I can see a lot of features that are missing in VS 2008 IDE. Yet I can't find any that I can't find alternatives for in Eclipse. Seems that...

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 login - my usual ones don't work. It is setup without a database at the moment, so was hoping the usernames would just be in a file somewhere,...

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 such material? ...

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? ...

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 */ I know there's a feature in JetBrains to declare an array of objects: /** * @return ClassName[] */ But this works only with function's...

IntelliJ 9.0 Video Tutorials?

Are there video tutorials for IntelliJ 9.0, similar to what http://eclipsetutorial.sourceforge.net/ has for Eclipse? ...

Which RubyMine generated files should I commit?

RubyMine generates some files in the .idea directory. In one of my projects I see: *project_name*.iml encodings.xml misc.xml modules.xml vcs.xml workspace.xml Which should I commit to the version control system and which shouldn't? ...

Is it possible to use dotTrace within a virual machine?

Hi, I've been trying to run dotTrace 3.1 on my Windows 7 development machine. However, it turns out that dotTrace 3.1 dont work on Windows 7 properly. I've been in a discussion with JetBrains regarding this who confirms that it is a know issue that won't be addressed until the next release. So now I'm thinking about setting up a virtual...

Is there a way in Team City to get projects status in an xml file?

Is there a way to see an xml-represented snapshot of all the projects on our Team City build server? Otherwise, is there another way to get this data suitable for consumption by a .net app? I see JetBrains has a java api, but not a .net one from what I could find. ...

TeamCity - Continuous Integration

how TEAM-CITY can verify if the code sending by the developer is pre-tested-commited or not? ...

Visual Studio 2010 Slow to Load

I have been happily using VS 2010 for several weeks without any performance problems. I installed dotCover from JetBrains several days ago and things continued to run well, but ran my first code coverage test earlier today. I double clicked on one of the report results and it successfully took me to the referenced line of code. I inadv...

NetBeans "Shift Left" analog on PhpStorm

Sorry for my English. I am decide migrate from NetBeans to PhpStorm IDE, and only one feature I have not found at PhpStorm “Shift Left (Right), MoveDown (Up)”, which move line on the one tab left, right, switch with next or previous line. Have PhpStorm any analog of this? P.S. Tab & Shif+Tab is not suitable ...

Using PHPStorm against the Drupal code base produces many false errors

Has anyone managed to use PHPStorm with the Drupal code base? I keep getting many false errors about undefined variables. I've added *.module, *.inc, etc to the list of PHP file types but I still get errors. ...