Skip to main content

Questions tagged [ide]

IDEs (Integrated Development Environment) are computer programs that facilitate efficient software development by providing features beyond those of a simple text editor.

Filter by
Sorted by
Tagged with
1 vote
3 answers
308 views

Recently, I had a debate with one of my friends on using type inference in C# (var keyword). His argument was that we should stick to using the explicit type names because "even with the ...
Zombies are Real's user avatar
5 votes
3 answers
793 views

When Visual Basic came out, it was revolutionary for its drag-and-drop GUI designer, allowing users to quickly create GUI programs. This video shows Bill Gates introducing it in 1991. Did drag-and-...
Felix An's user avatar
  • 163
0 votes
1 answer
375 views

When writing code on a desktop pc as well as on a laptop or other computer, is there a general recommended strategy for being able to keep the same environments set up on both machines? I use Git ...
Bigbob556677's user avatar
0 votes
1 answer
316 views

Lately I've been surveying the programming language landscape and one of the languages I looked at was Pharo, a modern Smalltalk. Programming using a living system that runs in a virtual machine seems ...
Daniel Arant's user avatar
2 votes
0 answers
355 views

We have several C++ projects that use clang-format and clang-tidy and other similar tools. Currently the config files for these tools are stored in each project's Git repository. Now I'm trying to put ...
oliver's user avatar
  • 229
5 votes
5 answers
3k views

I recently started researching about coding, but there are a few things that made me confused. I chose Visual Studio Code to start coding in C and Python (I was using IDLE for Python before), but ...
Burcu Avcu's user avatar
-3 votes
1 answer
259 views

I've recently joined a firm, where we are working with Progress 4GL from OpenEdge, release 11.6. As I have quite some experience in other programming environment, I'm really surprised by the extremely ...
Dominique's user avatar
  • 1,844
2 votes
2 answers
272 views

I believe this is still on topic. This question comes from a mixture of curiosity and exasperation. A colleague refuses to use native debugging; whether in a stand-alone debugging tool or in an ...
myol's user avatar
  • 235
0 votes
3 answers
355 views

During my years developing software I have most of the times tried to improve the readability of my code. As one example, I often try not to use boolean flag parameters of methods and I try to ...
pepijno's user avatar
  • 129
-2 votes
1 answer
110 views

I'm not sure if this question belongs to Stack Overflow or somewhere else. Sorry if it doesn't belong here. My question is, in an IDE, does its linter, check the whole source code every time (...
J Arun Mani's user avatar
-2 votes
1 answer
381 views

Considering a Python Project structure such as the following, where there are "empty" packages with __init__ files simply pulling code from the lib folder: . ├── foo │   ├── fred │   │   └── __init__....
lucasgcb's user avatar
  • 375
-5 votes
1 answer
105 views

Persistence is an essential requirement for preferences. Developer's preferences are saved in .idea/ folder. It is recommended to add .idea/ to .gitignore to avoid merge conflicts. But then settings ...
Stepan's user avatar
  • 103
1 vote
1 answer
184 views

I have a bunch of PHP 5.6 code that I would like to get up to 7.2. My biggest concern was the change that causes an error when you call a function without enough parameters. Previously, this was a ...
Andrew's user avatar
  • 175
0 votes
2 answers
134 views

The Eclipse Scala IDE (and Intellij Idea, too) has, together with a standard REPL CLI, an artifact named Worksheet, that works like a persistent REPL log: the whole file is compiled and executed at ...
Michele Mauro's user avatar
5 votes
1 answer
2k views

I'm just starting out with Qt and I really want to try and keep my application as separated from Qt as possible in case I decide to use a different toolset later, but at the same time don't want to ...
tjwrona's user avatar
  • 269
0 votes
1 answer
115 views

I am looking for a "test" to determinate which IDE is more productive. I imagine this is a project in the desired language (my case would be javascript react, or Ruby) and I need to follow ...
ecoologic's user avatar
  • 245
1 vote
1 answer
496 views

I'm the co-founder (there's two of us) of a software development company, doing mostly webdevelopment. Recently we hired our first employee and soon enough we find ourselves in the need of a standard (...
Rien Heuver's user avatar
1 vote
0 answers
192 views

Sometimes I just need .h but not .cpp file, eg : interface class or enum class, and when the class list is displayed on file list of IDE (eg:Xcode): Animal.cpp Animal.h Cat.cpp Cat.h Dog.cpp Dog.h ...
ggrr's user avatar
  • 5,893
0 votes
1 answer
2k views

I recently got into a slight argument with the other developer on my team about the correct way to develop with SVN and Eclipse. My way of developing in multiple branches is by creating new workspaces ...
Mark's user avatar
  • 103
2 votes
3 answers
646 views

If the question title was a little too vague or confusing, I'm talking about something reminiscent of the Mindstorms NXT/EV3 IDEs. But the code editor, instead of having prefabbed generic blocks to ...
user avatar
0 votes
4 answers
273 views

Please help brainstorm/dream about an important problem (I believe this is a valid question, if you think it's not a valid question, please give me concrete critique so I can work on it). Almost ...
Otto's user avatar
  • 119
6 votes
1 answer
2k views

Rstudio has a community version for free: https://www.rstudio.com/products/rstudio/#Desktop But mentions the license is AGPL v3. Does this effect the licensing or IP rights of code written on the ...
Bren's user avatar
  • 179
4 votes
3 answers
355 views

I'm trying to decide whether to change IDEs as I've read promising things about both NetBeans and IntelliJ, but I have two interrelated (perhaps dumb) questions: Is there any difference in the final ...
Casey B.'s user avatar
  • 153
7 votes
1 answer
671 views

We are going to use our new own programming language. We have designed grammar, json parser and everything seems to work. Code in my language is transpiled into javascript and interpreted by node.js ...
user2106769's user avatar
4 votes
5 answers
827 views

Is there a convenient and sustainable way to handle code indentation and style in a team in which multiple IDE's (Emacs, XCode, VS) are used by different programmers? We are using git, so, should we ...
Halil  Sen's user avatar
  • 149
1 vote
1 answer
242 views

I have been using Java for a while and PHP recently. Some things I miss from Java is Code completion suggestions from the IDE Error detection before runtime Find places where a method/function is ...
Can't Tell's user avatar
  • 1,191
1 vote
1 answer
171 views

Sometimes when I resume work on a project after a long break, I forget where in the many files and lines I stopped working. I can usually find it after a minute, but I'm wondering if any popular IDEs ...
sudo rm -rf slash's user avatar
0 votes
3 answers
389 views

When searching for online code editors (out of interest how all the course sites such as Codecademy has been made) I noticed they are all been written in JavaScript. Why are all those code editors ...
Bas's user avatar
  • 175
2 votes
1 answer
218 views

The GPL is described as a 'highly viral' license (if an application contains code which is licensed under GPL, distribution requires open sourcing of the whole application). Do I understand correctly ...
mjn's user avatar
  • 293
1 vote
3 answers
490 views

I've used and created domain-specific languages before, plenty of times (e.g. using yacc/lex). Normally we'd start with grammar written in BNF, and a bunch of keywords. This is easy to do, easy to ...
Adam's user avatar
  • 119
6 votes
1 answer
352 views

I wonder why I rarely see any IDEs or other developers that use background colors for syntaxhighlighting. One of the first things when installing and configuring a new IDE is adjusting the colors so ...
valenterry's user avatar
  • 2,429
2 votes
2 answers
9k views

If I work for a company and write code for them but I choose to buy a tool for myself and use it to write code for the company, do I need a commercial or personal license? Specifically, in this case, ...
Sam Leach's user avatar
  • 441
16 votes
5 answers
3k views

I program and I am dyslexic. My vision is excellent. I do poorly processing symbols and am a visual thinker. When I code, I'm slower than normal people because I am unpredictably unaware of the ...
user87105's user avatar
  • 349
3 votes
2 answers
222 views

This may be a question more suited some Programming Meta Discussions. I was trying to delve deeper into the inner plugin management feature for QT Creator 2.x IDE provided by Digia Inc. So I ...
Vikas Bhargava's user avatar
0 votes
2 answers
138 views

I'm thinking of working with some other people on a c++ or java project. Usually for small projects, we collaborate mostly through emailing source code files back and forth, but on a larger scale, it ...
rcplusplus's user avatar
10 votes
1 answer
2k views

The main advantage is the use of ReSharper and other add-ons but we need to make a convincing argument for the purchase of Visual Studio 2012 Professional. We are currently using Visual Studio 2012 ...
Sam Leach's user avatar
  • 441
9 votes
2 answers
2k views

The first answer to an old, recently active question linked to a video which talks about how Google repository is done. One interesting thing which was mentioned is the fact that everything is build ...
Arseni Mourzenko's user avatar
1 vote
1 answer
2k views

I have a problem with Visual Studio 2012 and Environment Variables under Windows 7. I added a variable called {LIBS} with the value C:/libs/. In C:/libs/ are folders containing C++ libraries. So far, ...
Mirco's user avatar
  • 671
5 votes
5 answers
5k views

I have recently began studying Makefiles in Linux. I have ample experience developing applications with advanced IDEs, such as Visual Studio. My first impression and query after reading a few ...
Shamim Hafiz - MSFT's user avatar
5 votes
6 answers
2k views

I don't want to know which IDE is best, because that's subjective. I'd like to know how to evaluate an IDE. I'm primarily a vim user, and realistically happy there, but occasionally look at languages ...
xenoterracide's user avatar
64 votes
9 answers
12k views

Every time I look for an IDE (currently i'm tinkering with Go), I find a thread full of people recommending Vi, Emacs, Notepad++ etc. I've never done any development outside of an IDE; I guess I've ...
ConditionRacer's user avatar
0 votes
1 answer
339 views

Currently, I'm a long Eclipse user because my past and current companies always deal with eclipse. Recently I met some example java codes created using netbeans. I downloaded and tried Netbeans 7.x ...
null's user avatar
  • 155
0 votes
1 answer
331 views

Are there patterns or libraries or any official Microsoft SDK for using Visual Studio as a specifically Task-Focused UI? For example, both Revolution R (IDE for the R language) and SQL 2012 (and I ...
Jay Stevens's user avatar
1 vote
5 answers
2k views

Why don't we have a lot of good web-based IDEs? Which aspects of the system make it difficult for IDE to be implemented as a web application?
Louis Rhys's user avatar
  • 6,182
17 votes
6 answers
2k views

I've been looking at some job postings and noticed that a fair amount of them list IDEs under the 'required skills' section, even for senior positions. This is not localized to one company either, but ...
MrFox's user avatar
  • 3,418
44 votes
11 answers
8k views

I'm a Python programmer learning C# who is trying to stop worrying and just love C# for what it is, rather than constantly comparing it back to Python. I'm caught up on one point: the lack of ...
Ghopper21's user avatar
  • 872
13 votes
4 answers
39k views

Even though I have quite some experience in using various tools, I still can't make up my mind whether I prefer using IDE or a simple editor for code editing. Most IDEs I have experienced are ...
Pijusn's user avatar
  • 1,007
14 votes
8 answers
4k views

I know that it's been proven that a coding standard helps enormously. However, there are many different tools and IDEs that will format to whatever standard the programmer prefers. So long as the ...
SomeKittens's user avatar
  • 4,238
10 votes
1 answer
11k views

I want to know what purpose does console solve in sublime text 2. This is invoked by pressing Ctrl+Shift+` Is this a kind of debugger, or It just helps you to install packages.
Mike's user avatar
  • 559
7 votes
4 answers
695 views

I know this is kind of a subjective question, but I'm curious if there's any good reason to place (or not place) editor settings inside code files. I'm thinking in vi modelines, but it is possible ...
Carlos Campderrós's user avatar