Top "Ide" questions

IDEs (Integrated Development Environment) are computer programs that facilitate efficient software development by providing features beyond those of a simple text editor.

Learning Ruby on Rails

As it stands now, I'm a Java and C# developer. The more and more I look at Ruby on Rails, …

ruby-on-rails ruby ide
Android studio Error "Unsupported Modules Detected: Compilation is not supported for following modules"

I am using Android studio 1.0.1. I have a java module referred by other modules in my project. I have checked …

android intellij-idea android-studio ide android-ide
How do you split and unsplit a window/view in Eclipse IDE?

How do you split a window/view in Eclipse IDE? I want to edit code while viewing the different code …

eclipse ide
What is the shortcut in IntelliJ IDEA to find method / functions?

I know that Ctrl + N is to find classes and it is very useful. But what about methods?

intellij-idea ide keyboard-shortcuts
How do I enable the column selection mode in Eclipse?

News wrote that Eclipse 3.5 finally supports column selection. Unfortunately I don't know HOW to enable it. I tried pressing the …

eclipse ide text-editor eclipse-3.5
Can Android Studio be used to run standard Java projects?

For those times when you want to isolate the Java and give it a quick test.. Can you run non-Android …

android-studio ide
What is the best alternative IDE to Visual Studio

As I've only ever used Visual Studio for .NET development, I would like to expand my horizons and see what …

.net visual-studio ide
JUnit Eclipse Plugin?

I feel stupid for not being able to find this, but where is the JUnit plugin for Eclipse? I've included …

java eclipse ide junit plugins
Developing C# on Linux

I'd like to know if there are effective and open source tools to develop C# applications on Linux (Ubuntu). In …

c# .net linux winforms ide
How to disable gradle 'offline mode' in android studio?

I am new to android studio IDE development. Every time when I imported a sample project that developed in the …

android android-studio ide android-gradle-plugin