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.

Autocompletion in Vim

In a nutshell, I'm searching for a working autocompletion feature for the Vim editor. I've argued before that Vim completely …

c++ vim ide autocomplete
Difference between framework vs Library vs IDE vs API vs SDK vs Toolkits?

I want some examples. I always get confused, so with some examples I might be able to figure it out …

api frameworks sdk ide terminology
How to ignore a particular directory or file for tslint?

The IDE being used is WebStorm 11.0.3, the tslint is configured and works, but, it hangs because it tries to parse …

javascript ide typescript webstorm tslint
How to jump back to NERDTree from file in tab?

I usually: Choose the needed file. Open it in a tab(t character, by default). But how I can jump …

vim ide nerdtree
Can Eclipse refresh resources automatically?

Eclipse (3.4.2 with PyDev) deals with out-of-sync resources (files that have been edited outside of the IDE) differently from other IDEs …

eclipse ide pydev
IDE's for C# development on Linux?

What are my options? I tried MonoDevelop over a year ago but it was extremely buggy. Is the latest version …

c# linux ide mono
How to integrate ZXing Library to Android Studio for Barcode Scanning?

I've been looking all over internet how to include zxing library to my project, and I found this tutorial: http://…

android ide dependencies zxing core
Best Fortran IDE

Is there anybody using Fortran on stackoverflow? What IDE do you use and which one do you think to be …

ide fortran
Hidden features of Eclipse

Alright it can be a lame question, but everybody uses these things differently. What's some of the best time savers …

java eclipse ide
In Eclipse, can I have multiple Console views at once, each showing a different Console?

I'm working on some applications that, in debug mode, log to the console. I'd like to run and debug them …

eclipse console ide