Questions tagged as 'ide'

2
answers

Is there a difference between compiling for the Linux terminal or for the IDE?

I've been programming in C in linux for a semester already, and I always come across people who call themselves better programmers because they compile and run the program through terminal . However, in the face of several se...
asked by 17.12.2015 / 17:27
1
answer

IDE / Text editors for Node.js [closed]

What are the best IDE options or Text Editors for NodeJS development? My need is to develop large projects with JavaScript / Node.js , here are some of the options below. If possible cite the advantages of using the indicated software. Nod...
asked by 24.08.2015 / 01:10
1
answer

Feedback equal #region Visual Studio

Is there a comment like #region of Visual Studio in PHP with NetBeans?     
asked by 12.08.2015 / 17:52
1
answer

IDE in Cloud for C # ASP.NET development

Does anyone know of any IDE in cloud for development in C # ASP.NET? I read something about a CODERUN, but I do not think it's active anymore, does anyone have any suggestions?     
asked by 10.10.2014 / 16:28
1
answer

How does the integration between IDE and compiler take place?

Taken from here: What is 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 other programs. The integration between t...
asked by 14.10.2018 / 16:53
1
answer

PHPStorm, How to change the username?

Every time we create a new file (file) it gives us a commented header with our user nickname. How do I rename the User? I searched everywhere in the tool and did not find it! <?php /** * Created by PhpStorm. * User: claud * Date: 18/10/2...
asked by 18.10.2016 / 05:18
1
answer

Eclipse Dark on windows

The Luna Eclipse was released, and with came a new theme available "Dark", I always liked darker themes because of photosensitivity. In Linux the Dark theme is perfect because the scrollbars, the views' handle (those 3 dots when you minimize...
asked by 01.07.2014 / 19:28
1
answer

IDE for Python that has GUI modeling

I would like to know if there is an IDE to program in Python that provides a tool to mount a GUI more easily, preferably with versions for Linux and Windows.     
asked by 04.08.2016 / 14:22
2
answers

Build 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 make a build . The two generate a new executable file from the source code, ready to run. What is the difference between the two processes? When to build and whe...
asked by 03.11.2014 / 15:04
1
answer

Which IDEs have support for the Hack language? [closed]

Does anyone know of any IDE for the Hack language ? Is there a plugin available for IDEs like Eclipse, Netbeans, etc.? I'm currently creating the code in PhpStorm but it does not understand most of the statements (like typing class attr...
asked by 08.06.2017 / 03:22