Tagged Questions

For issues relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc.

learn more… | top users | synonyms

15
votes
14answers
2k 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 ...
14
votes
4answers
495 views

How do I exclude types and methods from being covered by dotCover in TeamCity 6?

I've got an existing C# 4 project which I've checked the test coverage for by using TestDriven.Net and the Visual Studio coverage feature, i.e. Test With -> Coverage from the context menu. The ...
13
votes
9answers
4k 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 ...
12
votes
1answer
1k views

NCover vs dotCover

I'm configuring continuous integration enviroment with TeamCity and has to select some code coverage tool. The main candidates I'm selecting from are dotCover, partCover and NCover. The only one ...
10
votes
4answers
780 views

How does JetBrains AppCode launch the iOS Simulator?

I just looked at JetBrains's App Code IDE and it seems to be able to launch the iOS Simulator and run applications in it. When I had to automate the deployment of my projects I had to resort to ...
7
votes
2answers
284 views

PyCharm Javascript Debugging

Is Javascript debugging powered by Firefox and Chrome available in PyCharm 1.5? If so, can it run effectively alongside the Python / Django debugger? If not, is there a way to use PyCharm with ...
5
votes
1answer
476 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 */ ...
3
votes
1answer
447 views

How can I get PhpStorm to go to the right declaration

I have the following snippet of code. abstract class MrParent { public function __construct() { $this->var = 'a'; } } class MrChild extends MrParent { public function hello() { echo ...
3
votes
1answer
284 views

When using dotCover in a TeamCity build configuration, is there an environment variable for code coverage percentage?

When using TeamCity to manage .net projects, we like to use dotCover to evaluate our code coverage. In the past using NCover, there was a way to retrieve the code coverage percentage using an ...
3
votes
2answers
313 views

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 ...
3
votes
3answers
317 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?
3
votes
9answers
3k views

What do you think of “RubyMine” [closed]

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 - ...
2
votes
2answers
876 views

Do I need Git to use Github in JetBrains IntelliJ IDEA?

JetBrains IntelliJ IDEA has 2 plugins: Git and Github. Do I need to install Git from http://git-scm.com on my local windows machine in order to upload my files to GitHub through IntelliJ IDEA?
2
votes
1answer
850 views

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 ...
2
votes
4answers
1k views

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 ...
1
vote
2answers
219 views

JetBrains RubyMine 3.2.4 debugger not working

Running with Ruby 1.9.2 The IDE complains that The gem ruby-debug-base19x is required and offers to install it. However, upon attempting to install it it displays the message Failed to ...
1
vote
1answer
104 views

Checkout from GIT and deploy to Heroku

I would like to clone a project from a GIT server and then perform some tests and then deploy to Heroku. I have been able to get my project from GIT, and then perform "bundle install" which does ...
1
vote
0answers
29 views

Error in dotcover statistics when running from Team City

We have a number of projects that build and run tests via Team City. For these projects code coverage is calculated using dotcover. In some cases it counts the lines twice and therefore shows only ...
1
vote
1answer
383 views

Set Node.js environment variables in WebStorm

Is there any way to set environment variables when running a Node.js app using JetBrains' official Node plugin for WebStorm (and their other IDEs as well)?
1
vote
1answer
153 views

Teamcity NUnit fails when using JetBrains dotCover

My build fails with this log: [12:13:40]: Checking for changes [12:13:41]: Clearing temporary directory: C:\TeamCity\buildAgent\temp\buildTmp [12:13:41]: Checkout directory: ...
1
vote
1answer
123 views

Pycharm IDE tries to load django script from sh instead of bash

If i try to compilemessages in Django I get erros like this: sh: msgfmt: command not found while from bash (terminal) all these commands work fine.. How do I change Pycharm to run these commands ...
1
vote
1answer
113 views

Publish TeamCity artifacts. How to get Build IDs

I´ve created a Artifact path in TeamCity like this: src\MyBuild\bin\Release* => MyBuild.zip now I want to publish this created artifact through a download link ...
1
vote
1answer
193 views

phpstorm crashes on startup

I installed phpStorm on my machine (windows xp) at work. At first it was fine and i used it for a day or so. After the installation of imo a incompatible plugin the IDE freezes on startup. I already ...
1
vote
2answers
203 views

How can I get the exit code of the covered executable from the DotCover console runner?

My organization is working on integrating DotCover's console runner (described here http://blogs.jetbrains.com/dotnet/2010/07/running-code-coverage-from-the-console-with-dotcover/ and here ...
1
vote
1answer
96 views

Can Teamcity display real name instead of SVN username on the front page?

On the front page of Teamcity 6, it shows the svn username of the person who made change in that build. At my work, these names are not very descriptive, for example mine is "cc75657" Is there any ...
1
vote
2answers
134 views

Is there a way in ReSharper to suppress all errors/warnings in one file?

I have a number of generated .cs files (originating from WSTL files) - ReSharper isnt happy and I'm getting so many errors/warnings that its tough to seperate the signal from the noise is there a way ...
1
vote
1answer
323 views

Team city doesn't recognize Test::Unit tests after upgrade to ruby 1.9.2

I have some ruby tests running in TeamCity (Version 6.0.2) but after a upgrade to ruby 1.9.2 from 1.8.6 it looks like it doesn't recognize test tests both failed and successful once. The only ...
1
vote
2answers
266 views

IntelliJ call hierarchy of fields

Eclipse JDT has a 'call hierarchy' feature -- start from a field/method and it recursively finds all references. IntelliJ also implements this, but it only works from methods. For fields, you can ...
1
vote
1answer
876 views

IntelliJ 9.0 Video Tutorials?

Are there video tutorials for IntelliJ 9.0, similar to what http://eclipsetutorial.sourceforge.net/ has for Eclipse?
1
vote
12answers
6k 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, ...
0
votes
1answer
25 views

Starting teamcity 6.5 manually results in java.lang.NoClassDefFoundError

I try to start teamcity manually but I get an error: *Exception in thread "main" java.lang.NoClassDefFoundError: jetbrains/buildServer /agent/Check* First I stop the windows service: C:\>net ...
0
votes
0answers
42 views

How to open a directory in PHPStorm or IntelliJ (or any JetBrains IDE) from the command line?

Is there a way to open up a directory in PHPStorm or an equivalent Jetbrains IDE from the command line? For example, in Textmate, I would just do: mate . to open the working directory.
0
votes
1answer
44 views

IntelliJ Android - Delete application before debug

Does anyone know if there is a way to get create a Debug Configuration in IntelliJ that will remove the application before launch? This can be done via adb commands so it should be possible?
0
votes
0answers
18 views

PHP Jetbrain server setup

sorry I can not seem to run PHP file within Jetbrain, I think it is the server. I have loaded PHP 5.4 and Apache 6.0 I am having some trouble with Eclipse as well. In Microsoft Webmatrix my php files ...
0
votes
1answer
61 views

How to show git log view in IntelliJ?

I'm using git in IntelliJ 10.5. My Changes Tool Windows shows me the local changes, but there is no log view tab. How can I add it? Thanks
0
votes
0answers
34 views

Plugin for ReSharper, exstension for ReSharper

i'm create extension for ReSharper (finding duplication in the code), but i confronted with the problem. Very few information about the structure of class in ReSharper and how they can expand. May ...
0
votes
0answers
67 views

Jetbrains Resharper Running .NET 2.0 MonoDroid

I have a solution with .NET 2.0 projects. VS 2010 and Resharper. When I try to debug the test project using NUnit, I get this error: ReSharper Unit Test Runner failed to load test assembly: ...
0
votes
1answer
126 views

What's the most flexible IDE platform ? (easy to manipulate and modify) [closed]

I aim to develop an IDE with very specific features (meaning, developing a plug-in for Eclipse or Netbeans won't do the job). My question is which IDE is easier to manipulate (Eclipse or ...
0
votes
1answer
49 views

How can I find out the list of users in TeamCity?

I have RDP access to the server, and I want to ensure that I've got the right username (for this: How do I shutdown Teamcity?). Is there a command line way of viewing the registered users, like ...
0
votes
1answer
124 views

How do I shutdown Teamcity?

I know this may seem like a really stupid question but I wondered if there was something I was doing wrong. I'm trying to do a password reset. I'm following the instructions here. I've tried shutting ...
0
votes
0answers
350 views

Webstorm jQuery auto complete not working

I don't know whether it's not suit to ask this question in this site.But for my superuser question no one replied that's why I am asking this.I think you may be able to help me because you should know ...
0
votes
2answers
85 views

Why does it think a class type is a constant, when casting?

PHPStorm, highlights (MyObject) as an undefined constant? and has a highlighted bit afterward asking for an expected semicolon (MyObject);? $MyObject = ...
0
votes
1answer
103 views

RubyMine / JetBrains on Mac, how to disable command-trackpad font resize

Holding the commmand key and tragging the trackpad up or down changes the editor font size. It's usually accidental. Any way to disable it?
0
votes
1answer
53 views

Embed one language (javascript) in another (ruby) in JetBrains RubyMine?

I'm generating some javascript dynamically in ruby. Is there way to get JetBrains (RubyMine) to recognize that this code is javascript for syntax highlighting, etc.? Funny that as I type this, I ...
0
votes
1answer
139 views

ItelliJ IDEA 10 file templates question

In Live Templates we can define our own variables. And when creating expression from our live template, cursor "jumps" to the place, where our variable is used, highlighting that place with red ...
0
votes
1answer
270 views

Issues with PyCharm and 'Run manage.py task…' in a Django project

I'm using PyCharm to write the code of a Django project I'm developing... My project's name is A, and I have created (manually) an application under it called B, so it looks like: +--A |---B |---... ...
0
votes
1answer
68 views

File template variable ${TIME}

In PHPStorm, the file template variable ${TIME} renders as one hour ahead of my system time. Does anybody know why this might be happening?
0
votes
2answers
119 views

JetBrains IDEA freezing on source code completion

I'm using JetBrains IDEA 10.0 for Java development. Few days ago it started to reveal a strange behavior with autocompletion: pop-ups with completion options appears as usual, but IDEA completely ...
0
votes
1answer
113 views

PHPStorm/Webstorm setting to adjust # of “peek” lines at top of control statement

PHPStorm/Webstorm/JetBrains products users: Does anybody know of a setting or way to get the "peek" functionality to show two lines on a control statement (ie., IF or FOR or WHILE) when using ...
0
votes
1answer
571 views

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

1 2