Questions tagged as 'ide'

3
answers

What is "build" and what is its relationship to IDE?

In the area of software development there is a term that comes up very often which is build . It always popped up when I read about Android Studio and other development tools (usually IDEs), I think it should be part of this concept (I might be...
asked by 06.10.2016 / 19:55
2
answers

TODO - What is it, what is its usefulness and how to use it?

I've seen a lot of this "TODO" word, mostly 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 is EVERYTHING? What is its usefulness? How to use...
asked by 02.04.2016 / 02:12
2
answers

Which IDE is supported by PHP 7?

Does anyone know of any IDE (or simpler code editor) with PHP 7 support? I use NetBeans, but it looks like PHP 7 support on it may be added in future releases, but that's still unclear. I'm looking for an IDE or code editor that has PHP 7...
asked by 08.02.2016 / 20:42
3
answers

IDE - Divergence between IDEs in relation to tab [ao Enter]

For reasons of hadware , I am the only one on my team who is using Sublime Text 3, the others are using Eclipse Luna or Mars, so far nothing. However since the exchange I have had some problems in the commit part, because my file...
asked by 19.08.2015 / 21:09
2
answers

Programming for iOS in virtual machine is feasible?

I'm an Android developer, but now I'm going to start developing for IOS as well. Is it functional to program iOS into a virtual machine? Or do I have to buy a Mac myself?     
asked by 16.06.2017 / 02:48
2
answers

What are the differences between a code editor, text editor and an IDE?

What's the difference between a code editor, a text editor, and an IDE? People claim that Visual Studio Code is a code editor and not an IDE. I really see that the difference between VS Code and VS is unparalleled, it's as if VS was a God i...
asked by 13.02.2018 / 07:01
1
answer

Comparison between IDEs for java [closed]

In the next semester I will have to choose between two IDEs: NetBeans and Eclipse. I will need to develop desktop applications, and I have questions about: Graphical interface tools Hardware Requirements for Considerable Performance...
asked by 16.12.2014 / 18:29
3
answers

Why does not IDLE automatically stop running the program?

I think it's more out of curiosity. Unlike other IDEs, IDLE keeps the program "open" even after the end of its execution, while in other IDE's I need to put something like 'input ()' at the end so the program will not be terminated until I enter...
asked by 16.08.2014 / 15:13
2
answers

What is the procedure for debugging a "stack execution", Javascript or Php through the browser or IDE Aptana?

When we develop a code, it runs as a stack of instructions. Is there any way, where through the browser or an IDE, where we can follow step by step the processing of the code, and see to what extent it was executed or stopped due to some erro...
asked by 04.06.2016 / 19:04
1
answer

Developing in Python with Visual Studio 2013

I'm trying to develop in Python using Visual Studio 2013 or 2015 because I'm already used to IDE, but I have no experience with the language. In the English SO there is an issue that lists Visual Studio as IDE but many resources are like 'con...
asked by 19.11.2015 / 17:05