Tagged Questions

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 - ...
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
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
128 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
0answers
357 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
2answers
121 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
572 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, ...