Most voted "ide" questions
IDE (Integrated Development Environment) is a program that provides a fully prepared environment for software development, integrating written code with compiler, debugger, graphical interface editor, and more.
Learn more…106 questions
Sort by count of
-
133
votes9
answers41109
viewsWhat is a programming language, IDE and compiler?
Starting in programming is not always easy, besides having to learn to "write the code", there are dozens of terms, technologies, among other things that need to be studied. In order to help those…
terminology ide language-independent compilers computer-scienceasked 8 years, 11 months ago Jéf Bueno 67,331 -
29
votes7
answers13486
viewsIs Delphi an IDE or programming language?
Through a question that appeared here What is a programming language, IDE and compiler?, I had a question: Is Delphi an IDE or programming language? I have heard programmers working with Delphi say…
-
14
votes2
answers4380
viewsLinux C programming - IDE vs. editor + command line
I’ve been looking for a similar question here and I haven’t found anything so if you’ve already answered I’m sorry. I’m a beginner in C programming and would like to know if it is more appropriate…
-
13
votes2
answers2284
viewsTODO - What is, what is its utility and how to use it?
I’ve seen enough of that word "ALL OVER", especially in IDE’s and I’ve always been curious to know what it is. Example: // TODO: alguma coisa escrita código.... Now the questions: WHAT’S ALL? What…
-
13
votes3
answers8989
viewsWhat is "build" and what is its relationship to the IDE?
In the area of software development has a term that appears very often that is the build. It always comes to me when I read about Android Studio and other development tools (usually Ides), I think…
-
11
votes3
answers3647
viewsWhat are the differences between a source editor, text editor and an IDE?
What’s the difference between a source editor, a text editor and an IDE? People claim that Visual Studio Code is a code and not an IDE. I really see that the difference between VS Code and VS is…
-
10
votes5
answers7541
viewsIs programming for iOS on a virtual machine feasible?
I am Android developer, but now I will start developing also for IOS. Is it functional to program for iOS on a virtual machine? Or do I have to buy a Mac anyway?
-
10
votes2
answers1301
viewsDifferences between compiling and recompiling?
Some Ides like Visual Studio have the options to compile and recompile the project, what is the difference between the two and what do they perform differently? And when each should be used?
-
9
votes2
answers674
viewsDo I need to use Visual Studio to program in C#?
I want to learn C# to become one of my main languages, but my current PC is kind of outdated and ends up not running Visual Studio well, but with Visual Studio Code it’s okay, I need Visual Studio…
-
8
votes3
answers464
viewsIDE - Divergence between Ides relative to tab [to Enter]
On grounds of hadware, I am the only one in my team that is using Sublime Text 3, the others are using Eclipse Luna or Mars, until there is nothing more. However since the exchange I’ve had some…
-
8
votes2
answers2552
viewsWhich IDE supports PHP 7?
Does anyone know of an IDE (or simpler code editor) with PHP 7 support? I use Netbeans, but it seems that support for PHP 7 in it can be added in future versions, but it is still uncertain. I’m…
-
7
votes1
answer330
viewsIs it recommended to use C# 6 in Visual Studio 2013?
In the Visual Studio 2015 I see that it is possible to define the version of C#: Source: http://www.codeproject.com/Tips/865579/How-to-change-targeted-Csharp-version-in-Visual-St But in the Visual…
c# visual-studio visual-studio-2013 ide .net-compiler-platformasked 9 years, 3 months ago rubStackOverflow 7,372 -
6
votes3
answers456
viewsWhy does IDLE not finish running the program automatically?
I think it’s more of a curiosity. Unlike other IDE’s, IDLE keeps the program "open" even after the end of its run, while in other IDE’s I need to put something like 'input()' at the end so the…
-
6
votes1
answer1189
viewsComparing Ides to java
Next semester I will have to choose between two Ides: Netbeans and Eclipse. I will need to develop desktop apps, and I’m having doubts about: Tools for graphical user interface Hardware Requirements…
-
6
votes1
answer323
viewsDeveloping in Python with Visual Studio 2013
I want to develop in Python using Visual Studio 2013 or 2015 because I’m already used to the IDE, but I have no experience with the language. In the English OS there is a question that lists Visual…
-
6
votes2
answers265
viewsWhat is the procedure for debugging a "runstack", Javascript or Php via the Aptana browser or IDE?
When we develop a code, it runs on a stack of instructions. Is there any way, through the browser or an IDE, where we can track step by step the processing of the code, and see to what extent it was…
-
5
votes2
answers513
viewsIs there a difference between compiling from the linux terminal or from the IDE?
I’m programming in C in the linux for a semester now, and I always come across people who call themselves better programmers because they compile and run the program through the terminal. However,…
-
4
votes1
answer2652
viewsEclipse Dark in windows
Eclipse Luna was released, and with a new theme available "Dark", always liked darker themes, because of a photosensitivity. In linux the Dark theme is perfect because the scrollbars, the handle of…
-
4
votes1
answer201
viewsCloud IDE for C# ASP.NET development
Does anyone know any IDE in cloud for ASP.NET C# development? I read something about a CODERUN, but I think it’s no longer active, someone has some suggestion?
-
4
votes2
answers4192
viewsBuild and build. What are the differences and when to use?
In some IDE’s there are 2 options to generate an executable file: compile and effect a build. Both generate a new file executable from source code, ready to run. What is the difference between the 2…
-
4
votes4
answers395
viewsHow to Debug only one project in Visual Studio?
I have six C# web projects inside a Solution in Visual Studio 2010, when running debug, Visual Studio launches the six projects at once, each of them in a different process. I wonder if there’s like…
-
4
votes1
answer74
viewsComment equal #Region from Visual Studio
There is similar comment #region Visual Studio in PHP with Netbeans?
-
4
votes1
answer1254
viewsIDE/Text editors for Node.js
What are the best options of IDE or Text Editors for development in Nodejs? My need is to develop large projects with Javascript / Node.js, follows below some of the options I found. If possible…
-
4
votes4
answers6012
viewsHow to increase memory of Android Studio IDE?
Lately I’ve been developing for Android, and I’ve noticed that the Android Studio IDE takes a long time to load and start. I would like to know, how to increase the memory of Android Studio IDE? To…
-
4
votes1
answer3781
viewsIDE for Python that has GUI modeling
I wanted to know if there is a IDE for programming in Python that provides a tool for mounting a GUI more easily, in advance that has versions for Linux and Windows.
-
4
votes1
answer229
viewsPhpstorm , How to change the user name?
Every time we create a new file(file) it gives us a commented header with our username. How do I change the User name? I searched everywhere in the tool and could not find! <?php /** * Created by…
-
4
votes1
answer5356
viewsHow to remove blank lines in VS Code?
I recently copied a file that was on a server and it came all like this, with a blank line between each line of code. I wonder if there’s a shortcut in the Visual Studio Code, or command to remove…
-
4
votes1
answer159
viewsHow do IDE and compiler integrate?
Taken from here: What is a programming language, IDE and compiler? In general the compiler is a console program, but there are cases that they are libraries that can be used in conjunction with…
-
3
votes1
answer58
viewsAutocomplete via java doc in sublime
I don’t know if I can express myself properly, but come on. In Java, when commenting on the code, we use the default /** * @author Nome do Autor; * @method Nome do Método; */ From this, in an IDE…
-
3
votes1
answer66
viewsWhat is the name of the resource/term that expands a code snippet between keys?
What is the name of the resource that expands a code snippet between keys? I’m programming a file .jsp but the IDE does not identify the keys, so I cannot contract the code.…
-
3
votes1
answer182
viewsWhich Ides have Hack language support?
Does anyone know of any IDE for the hack language? Is there any plugin available for Ides like Eclipse, Netbeans, etc.? I am currently creating the code in Phpstorm but it does not understand most…
-
3
votes1
answer825
viewsBug in VS Code output terminal characters
In my output terminal the accented letters and the "Ç" are replaced by interrogation, someone knows how to fix it? Example: Compila��o com �xito. 0 Aviso(s) 0 Erro(s)…
-
2
votes1
answer50
viewsIntellij 14 and Scala Plugin. Error when locating standard methods
I upgraded my Intellij IDEA to version 14 and now it is no longer recognizing some methods within my Scala program. The IDE can’t even find the simplest of methods: println("Hello world") What to…
-
2
votes1
answer426
viewsHow to debug in Code::Blocks using the VS 2010 Express compiler
I am using the Visual Studio 2010 Express. The problem is that Syntax Highlighting is very weak and the intellisense (feature that shows the attributes of objects in how much "you" type) also leaves…
-
2
votes1
answer170
viewsWhat is the best IDE to program in AS2?
I will start programming in an AS2 application and would like to know which is the best IDE to use. I searched and found these two: Flashdevelop and Intellij IDEA. I’ve worked with Android Studio…
-
2
votes2
answers127
viewsEditorconfig Plugin - What’s it for?
I accessed the official website of the plugin Editorconfig, I’m not very good in English so I tried to translate to read and it didn’t work very well, so I didn’t understand very well the…
-
2
votes1
answer388
viewsCan VS Code have a Color Theme for each Language?
My question is this. I would like to have a theme of simpler colors and with less colors to work with CSS, already for HTML I would like to have a theme with more accentuated and marked colors. For…
-
1
votes1
answer768
viewsCoding in Eclipse EE
I have the following problem: I have a web service in Java using Jetty, the same works normally if I request other applications to the server, but my unit tests are returning the encoding all wrong.…
-
1
votes4
answers10133
viewsDevelop iOS apps using Java
I am developing my TCC and it is based on the multiplatform concept of Java. But now I ran into a problem Xcode IDE Apple does not understand the Java packages. Is there a tool or extension that…
-
1
votes1
answer4842
viewsHow to Restore Factory Settings from Android Studio?
My Android Studio IDE is giving many problems to compile my android project... How do I "reset" it?
-
1
votes0
answers46
viewsHow to prevent the console from running twice?
I have had this same problem in other computers of mine, and even in other Ids as well. The following happens: When I finish writing my C code and executing it, first appears a prompt for about five…
-
1
votes2
answers677
viewsHow do I enable Netbeans to open a folder on the system (Open in system browser)?
I opened all my projects direct by netbeans, but I needed to remove netbeans from the computer and all my settings were lost, I really don’t remember how I did it using the plugins in the tool tab.…
-
1
votes2
answers186
viewsIs it possible to switch between Jdks in Netbeans working on a Maven web project?
I’m working with the java7 but now I have other projects Maven webthat were built for the platform java8, I’m using Netbeans 8.0.2. Before when I was just creating the web java project (not Maven),…
-
1
votes1
answer601
viewsWhy does the Netbeans IDE not automatically delete the Build from an imported web application?
I downloaded a Java web project and imported it to netbeans,when all the imported project with all its libraries were in its proper place along with the archive web.xml(within WEB-INF), I ran the…
-
1
votes0
answers800
viewsIs it possible to rename a java web project using Netbeans?
Netbeans offers the option to rename a project, I’ve done this several times, including the project and its folder, and every time they’ve been successful. However they were Java SE projects, when I…
-
1
votes1
answer684
viewsIs it recommended to use IDE for C++ programming?
When I was learning C I was programming using a text editor and a compiler, but since C++ is POO-facing maybe an IDE will help although I haven’t been much in favor of IDE’s. I would like to…
-
1
votes1
answer143
viewsDo you use Typescript in Netbeans 8.1?
I’m using Netbeans 8.1, but it doesn’t recognize the syntax of Typescript. Is there any plug-in that works well with Typescript in Netbeans 8.1? If not, which IDE would be indicated?…
-
1
votes1
answer5057
viewsEclipse - "The eclipse Executable Launcher was Unable to locate its Companion Shared library "
I already had the eclipse working normally (not used much) but now that I opened it appears this message when I try to run . exe : " The eclipse Executable Launcher was Unable to locate its…
-
1
votes1
answer1284
viewsEclipse Error: Intializing Java Tooling
When I start the Eclipse ide the Initializing Java Tooling error is shown. How to fix this ?…
-
1
votes1
answer1466
viewsVisual Studio Code closes file alone
In Visual Studio Code when I open a file and soon after I open another file I will work it automatically closes the first opened file. How do I stop it?