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.

IntelliJ show JavaDocs tooltip on mouse over

In Eclipse, when hovering over a method, variable, etc. a tooltip is displayed with the corresponding JavaDocs. Is there such …

java eclipse ide intellij-idea
How do I completely rename an Xcode project (i.e. inclusive of folders)?

I have a project named XXX. I want to rename this project to YYY. Note that XXX is an extremely …

xcode ide rename batch-rename
Best way to add Activity to an Android project in Eclipse?

When adding an activity to an existing Android project, I manually create a new class - is that the best / …

android eclipse ide android-activity
Xcode 4 - build output directory

I have problems with setting up/locating my output files in Xcode4 (beta 5). They are placed somewhere in ~/Library/Developer/…

ide xcode4
How to make phpstorm display line numbers by default?

How to make phpstorm display line numbers by default? Couldn't find that option. It's kind of annoying to turn them …

ide phpstorm jetbrains-ide line-numbers
Where is the visual studio HTML Designer?

Where is the Visual Studio HTML Designer? I see that there are options for the HTML Designer but I can't …

html visual-studio ide
QtCreator: No valid kits found

Installed just the IDE on Windows 7. I want to create a Plain C++ Project (Non-QT Project); however I get an …

c++ qt ide qt-creator
How to increase font size in NeatBeans IDE?

I just bought a new monitor that's rather large and I am having a lot of trouble reading the text …

ide netbeans
Which Android IDE is better - Android Studio or Eclipse?

I'm starting to develop for Android. Which IDE should I use - Android Studio or Eclipse sdk? I would like …

android eclipse android-emulator ide android-studio
Tips for using Vim as a Java IDE?

I'm addicted to Vim, it's now my de facto way of editing text files. Being that it's mainly a text …

java vim ide